mirror of
https://github.com/OMGeeky/confique.git
synced 2026-02-15 22:04:43 +01:00
Fix some clippy warnings
This commit is contained in:
@@ -197,7 +197,7 @@ impl fmt::Display for PrintExpr<'_> {
|
||||
if i != 0 {
|
||||
f.write_str(", ")?;
|
||||
}
|
||||
PrintExpr(&entry.key.clone().into()).fmt(f)?;
|
||||
PrintExpr(&entry.key.into()).fmt(f)?;
|
||||
f.write_str(": ")?;
|
||||
PrintExpr(&entry.value).fmt(f)?;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user