Skip to content

Commit 07cbf02

Browse files
chore: satisfy clippy::uninlined-format-args (#184)
2 parents ff8b9c0 + a9e6e18 commit 07cbf02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

whippit/src/metadata/properties/unstructured.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ impl<'a> Properties<'a> for UnstructuredProperties<'a> {
138138
if self.insert(key, value).is_some() {
139139
emitter.emit(Rich::custom(
140140
key_span,
141-
format!("duplicate {:?} property", key),
141+
format!("duplicate {key:?} property"),
142142
));
143143
}
144144
}

0 commit comments

Comments
 (0)