Skip to content

Commit

Permalink
Update lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
mmirate committed Jan 14, 2021
1 parent 738cfd5 commit e096095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -3055,7 +3055,7 @@ pub trait Itertools : Iterator {
/// determining identity using a keying function.
///
/// ```
# use itertools::Itertools;
/// # use itertools::Itertools;
/// struct Character {
/// first_name: &'static str,
/// last_name: &'static str,
Expand Down

0 comments on commit e096095

Please sign in to comment.