s/lints/diagnostics
Not all suggestions come from lints
This commit is contained in:
parent
d485ebfc21
commit
98d7c5463b
1 changed files with 2 additions and 2 deletions
|
|
@ -246,8 +246,8 @@ pub struct Config {
|
|||
pub compare_mode: Option<CompareMode>,
|
||||
|
||||
/// If true, this will generate a coverage file with UI test files that run `MachineApplicable`
|
||||
/// lints but are missing `run-rustfix` annotations. The generated coverage file is created in
|
||||
/// `/tmp/rustfix_missing_coverage.txt`
|
||||
/// diagnostics but are missing `run-rustfix` annotations. The generated coverage file is
|
||||
/// created in `/tmp/rustfix_missing_coverage.txt`
|
||||
pub rustfix_coverage: bool,
|
||||
|
||||
// Configuration for various run-make tests frobbing things like C compilers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue