We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
FromIterator
Iterator
1 parent 29d84e2 commit 5442b77Copy full SHA for 5442b77
src/lib.rs
@@ -71,8 +71,8 @@
71
//! # Caveats
72
//!
73
//! 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.
+//! implement the [`FromIterator`] trait for it. We can't know, in general, if
+//! any given [`Iterator`] actually contains something.
76
77
#![no_std]
78
0 commit comments