Skip to content

Commit

Permalink
Clarify description of suspicious_command_arg_space.
Browse files Browse the repository at this point in the history
Co-authored-by: Manish Goregaokar <[email protected]>
  • Loading branch information
m-ou-se and Manishearth authored Feb 10, 2023
1 parent 2e052e0 commit 0a927b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clippy_lints/src/methods/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3171,7 +3171,7 @@ declare_clippy_lint! {
///
/// ### Why is this bad?
///
/// Arguments are not split by space. An argument like `arg("-t ext2")`
/// `Command::arg()` does not split arguments by space. An argument like `arg("-t ext2")`
/// will be passed as a single argument to the command,
/// which is likely not what was intended.
///
Expand Down

0 comments on commit 0a927b1

Please sign in to comment.