Skip to content

Commit 247f616

Browse files
committed
Fix up remaining test lints
1 parent 4cb53cd commit 247f616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/compile-test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ impl LintMetadata {
583583
}
584584
}
585585

586-
fn applicability_str(&self) -> &str {
586+
fn applicability_str(&self) -> &'static str {
587587
match self.applicability {
588588
Applicability::MachineApplicable => "MachineApplicable",
589589
Applicability::HasPlaceholders => "HasPlaceholders",

0 commit comments

Comments
 (0)