Skip to content

Commit 8f56767

Browse files
committed
Update lints.
1 parent 984c47b commit 8f56767

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

clippy_lints/src/declared_lints.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)