diff options
| -rw-r--r-- | lintcheck/src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lintcheck/src/main.rs b/lintcheck/src/main.rs index 16cf728e3cb..491527c95f8 100644 --- a/lintcheck/src/main.rs +++ b/lintcheck/src/main.rs @@ -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, |
