We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0550c56 commit 97f452cCopy full SHA for 97f452c
mime-plz/src/content_type/mod.rs
@@ -68,7 +68,7 @@ impl ContentType {
68
69
impl Display for ContentType {
70
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
71
- write!(f, "{:?}", self)
+ write!(f, "{self:?}")
72
}
73
74
0 commit comments