Skip to content

Commit

Permalink
Reformat link to the Itertools trait in main doc section
Browse files Browse the repository at this point in the history
  • Loading branch information
tranzystorekk committed May 2, 2021
1 parent dcb6f77 commit b883c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -5,7 +5,7 @@
//! Extra iterator adaptors, functions and macros.
//!
//! To extend [`Iterator`] with methods in this crate, import
//! the [`Itertools` trait](Itertools):
//! the [`Itertools`] trait:
//!
//! ```
//! use itertools::Itertools;
Expand Down

0 comments on commit b883c2c

Please sign in to comment.