mirror of
https://github.com/rust-lang/rust-clippy
synced 2025-02-17 14:38:46 +00:00
Add SUSPICIOUS_COMMAND_ARG_SPACE to lint pass.
This commit is contained in:
parent
805a0ae2df
commit
1f77866991
1 changed files with 1 additions and 0 deletions
|
@ -3316,6 +3316,7 @@ impl_lint_pass!(Methods => [
|
|||
SEEK_FROM_CURRENT,
|
||||
SEEK_TO_START_INSTEAD_OF_REWIND,
|
||||
NEEDLESS_COLLECT,
|
||||
SUSPICIOUS_COMMAND_ARG_SPACE,
|
||||
]);
|
||||
|
||||
/// Extracts a method call name, args, and `Span` of the method name.
|
||||
|
|
Loading…
Add table
Reference in a new issue