mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 07:04:18 +00:00
shound -> should
This commit is contained in:
parent
2be7ad5b39
commit
73b7cb9c49
1 changed files with 1 additions and 1 deletions
|
@ -393,7 +393,7 @@ struct LintcheckConfig {
|
|||
lintcheck_results_path: PathBuf,
|
||||
/// whether to just run --fix and not collect all the warnings
|
||||
fix: bool,
|
||||
/// A list of lint that this lintcheck run shound focus on
|
||||
/// A list of lints that this lintcheck run should focus on
|
||||
lint_filter: Vec<String>,
|
||||
/// Indicate if the output should support markdown syntax
|
||||
markdown: bool,
|
||||
|
|
Loading…
Reference in a new issue