Skip to content

Commit e096095

Browse files
authored
Update lib.rs
1 parent 738cfd5 commit e096095

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
@@ -3055,7 +3055,7 @@ pub trait Itertools : Iterator {
30553055
/// determining identity using a keying function.
30563056
///
30573057
/// ```
3058-
# use itertools::Itertools;
3058+
/// # use itertools::Itertools;
30593059
/// struct Character {
30603060
/// first_name: &'static str,
30613061
/// last_name: &'static str,

0 commit comments

Comments
 (0)