Skip to content

Commit 19e86f7

Browse files
committed
Link to where useful Sequence-related functions are defined
1 parent b10fbb1 commit 19e86f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

enum-iterator/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,8 @@ impl<T: Sequence> FusedIterator for ReverseAll<T> {}
258258

259259
/// Trait to iterate over the values of a type.
260260
///
261+
/// The [crate root](crate) defines useful functions to work with types implementing `Sequence`.
262+
///
261263
/// # Derivation
262264
///
263265
/// `Sequence` can be derived for `enum` and `struct` types. Specifically, it can be derived

0 commit comments

Comments
 (0)