Skip to content

Commit

Permalink
Fix up remaining test lints
Browse files Browse the repository at this point in the history
  • Loading branch information
GnomedDev committed Oct 17, 2024
1 parent 4cb53cd commit 247f616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/compile-test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ impl LintMetadata {
}
}

fn applicability_str(&self) -> &str {
fn applicability_str(&self) -> &'static str {
match self.applicability {
Applicability::MachineApplicable => "MachineApplicable",
Applicability::HasPlaceholders => "HasPlaceholders",
Expand Down

0 comments on commit 247f616

Please sign in to comment.