Skip to content

Commit

Permalink
minor: Use core::fmt import
Browse files Browse the repository at this point in the history
  • Loading branch information
the-mikedavis committed Sep 8, 2024
1 parent ddb4d48 commit 081941a
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 @@ -239,7 +239,7 @@ impl<S: BuildHasher> Dictionary<S> {
}
}

impl core::fmt::Debug for Dictionary {
impl fmt::Debug for Dictionary {
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
f.debug_struct("Dictionary")
.field("words", &self.words.len())
Expand Down

0 comments on commit 081941a

Please sign in to comment.