Skip to content

Commit 4011ca8

Browse files
committed
Fix a new clippy warning
1 parent b370749 commit 4011ca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ctest/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -875,7 +875,7 @@ impl TestGenerator {
875875
let name = format!("lib{stem}.a");
876876

877877
cfg.try_compile(&name)
878-
.context(format!("failed to compile `{}`", name))
878+
.context(format!("failed to compile `{name}`"))
879879
.map(|_| out)
880880
}
881881

0 commit comments

Comments
 (0)