File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 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
47644764[ `suboptimal_flops` ] : https://rust-lang.github.io/rust-clippy/master/index.html#suboptimal_flops
47654765[ `suspicious_arithmetic_impl` ] : https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_arithmetic_impl
47664766[ `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
47674768[ `suspicious_else_formatting` ] : https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_else_formatting
47684769[ `suspicious_map` ] : https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_map
47694770[ `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] = &[
378378 crate :: methods:: SKIP_WHILE_NEXT_INFO ,
379379 crate :: methods:: STABLE_SORT_PRIMITIVE_INFO ,
380380 crate :: methods:: STRING_EXTEND_CHARS_INFO ,
381+ crate :: methods:: SUSPICIOUS_COMMAND_ARG_SPACE_INFO ,
381382 crate :: methods:: SUSPICIOUS_MAP_INFO ,
382383 crate :: methods:: SUSPICIOUS_SPLITN_INFO ,
383384 crate :: methods:: SUSPICIOUS_TO_OWNED_INFO ,
You can’t perform that action at this time.
0 commit comments