Skip to content

Commit

Permalink
Sort
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Nov 29, 2022
1 parent f076b1b commit 88afaf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ impl Iterator for UUIDv6Iterator {
}

impl IntoIterator for UUIDv6 {
type Item = String;
type IntoIter = UUIDv6Iterator;
type Item = String;

fn into_iter(self) -> Self::IntoIter {
UUIDv6Iterator { uuid: self }
Expand Down

0 comments on commit 88afaf5

Please sign in to comment.