Skip to content

Commit b883c2c

Browse files
committed
Reformat link to the Itertools trait in main doc section
1 parent dcb6f77 commit b883c2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
//! Extra iterator adaptors, functions and macros.
66
//!
77
//! To extend [`Iterator`] with methods in this crate, import
8-
//! the [`Itertools` trait](Itertools):
8+
//! the [`Itertools`] trait:
99
//!
1010
//! ```
1111
//! use itertools::Itertools;

0 commit comments

Comments
 (0)