Skip to content

Commit 2758962

Browse files
committed
clippy
1 parent 5cb1997 commit 2758962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/config/src/analyze/lints/c14_unused_external.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ impl Code for CodeC14UnusedExternal {
211211
format!("external class {} is never used", self.class_name)
212212
}
213213
fn label_message(&self) -> String {
214-
format!("never used")
214+
"never used".to_string()
215215
}
216216
fn help(&self) -> Option<String> {
217217
None

0 commit comments

Comments
 (0)