File tree 2 files changed +2
-0
lines changed
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -4764,6 +4764,7 @@ Released 2018-09-13
4764
4764
[ `suboptimal_flops` ] : https://rust-lang.github.io/rust-clippy/master/index.html#suboptimal_flops
4765
4765
[ `suspicious_arithmetic_impl` ] : https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_arithmetic_impl
4766
4766
[ `suspicious_assignment_formatting` ] : https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_assignment_formatting
4767
+ [ `suspicious_command_arg_space` ] : https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_command_arg_space
4767
4768
[ `suspicious_else_formatting` ] : https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_else_formatting
4768
4769
[ `suspicious_map` ] : https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_map
4769
4770
[ `suspicious_op_assign_impl` ] : https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_op_assign_impl
Original file line number Diff line number Diff line change @@ -378,6 +378,7 @@ pub(crate) static LINTS: &[&crate::LintInfo] = &[
378
378
crate :: methods:: SKIP_WHILE_NEXT_INFO ,
379
379
crate :: methods:: STABLE_SORT_PRIMITIVE_INFO ,
380
380
crate :: methods:: STRING_EXTEND_CHARS_INFO ,
381
+ crate :: methods:: SUSPICIOUS_COMMAND_ARG_SPACE_INFO ,
381
382
crate :: methods:: SUSPICIOUS_MAP_INFO ,
382
383
crate :: methods:: SUSPICIOUS_SPLITN_INFO ,
383
384
crate :: methods:: SUSPICIOUS_TO_OWNED_INFO ,
You can’t perform that action at this time.
0 commit comments