Skip to content

Commit 738cfd5

Browse files
authored
Update src/lib.rs
1 parent eb165f4 commit 738cfd5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3055,6 +3055,7 @@ pub trait Itertools : Iterator {
30553055
/// determining identity using a keying function.
30563056
///
30573057
/// ```
3058+
# use itertools::Itertools;
30583059
/// struct Character {
30593060
/// first_name: &'static str,
30603061
/// last_name: &'static str,

0 commit comments

Comments
 (0)