We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2be7ad5 commit 73b7cb9Copy full SHA for 73b7cb9
lintcheck/src/main.rs
@@ -393,7 +393,7 @@ struct LintcheckConfig {
393
lintcheck_results_path: PathBuf,
394
/// whether to just run --fix and not collect all the warnings
395
fix: bool,
396
- /// A list of lint that this lintcheck run shound focus on
+ /// A list of lints that this lintcheck run should focus on
397
lint_filter: Vec<String>,
398
/// Indicate if the output should support markdown syntax
399
markdown: bool,
0 commit comments