Skip to content

Commit 97f452c

Browse files
committed
fix: clippy lint
1 parent 0550c56 commit 97f452c

File tree

1 file changed

+1
-1
lines changed
  • mime-plz/src/content_type

1 file changed

+1
-1
lines changed

mime-plz/src/content_type/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ impl ContentType {
6868

6969
impl Display for ContentType {
7070
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
71-
write!(f, "{:?}", self)
71+
write!(f, "{self:?}")
7272
}
7373
}
7474

0 commit comments

Comments
 (0)