Skip to content

Commit a3f9d72

Browse files
committed
chore(clippy): fix clippy warning
Signed-off-by: Radu Matei <[email protected]>
1 parent b6e2191 commit a3f9d72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ impl fmt::Display for SupportedEncoding {
154154
Self::None => "<none>",
155155
};
156156

157-
write!(f, "{}", header_content)?;
157+
write!(f, "{header_content}")?;
158158
Ok(())
159159
}
160160
}

0 commit comments

Comments
 (0)