Skip to content

Commit 1f77866

Browse files
committed
Add SUSPICIOUS_COMMAND_ARG_SPACE to lint pass.
1 parent 805a0ae commit 1f77866

File tree

1 file changed

+1
-0
lines changed
  • clippy_lints/src/methods

1 file changed

+1
-0
lines changed

clippy_lints/src/methods/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3316,6 +3316,7 @@ impl_lint_pass!(Methods => [
33163316
SEEK_FROM_CURRENT,
33173317
SEEK_TO_START_INSTEAD_OF_REWIND,
33183318
NEEDLESS_COLLECT,
3319+
SUSPICIOUS_COMMAND_ARG_SPACE,
33193320
]);
33203321

33213322
/// Extracts a method call name, args, and `Span` of the method name.

0 commit comments

Comments
 (0)