Skip to content

Commit

Permalink
clippy beta
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettMayson committed Jan 16, 2025
1 parent fd9f10f commit 16bb344
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/sqf/src/analyze/lints/s02_event_handlers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,7 @@ impl Code for CodeS02IncorrectCommand {
target, self.alternatives[0].0, self.id
))
} else {
#[allow(clippy::literal_string_with_formatting_args)]
Some(format!(
"{{target}} {} [\"{}\", {{ …",
self.alternatives[0].0, self.id
Expand Down

0 comments on commit 16bb344

Please sign in to comment.