Skip to content

Commit 5442b77

Browse files
committed
chore: link FromIterator and Iterator docs
1 parent 29d84e2 commit 5442b77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@
7171
//! # Caveats
7272
//!
7373
//! Since `NonEmpty` must have a least one element, it is not possible to
74-
//! implement the `FromIterator` trait for it. We can't know, in general, if
75-
//! any given `Iterator` actually contains something.
74+
//! implement the [`FromIterator`] trait for it. We can't know, in general, if
75+
//! any given [`Iterator`] actually contains something.
7676
7777
#![no_std]
7878

0 commit comments

Comments
 (0)