s/lints/diagnostics

Not all suggestions come from lints
This commit is contained in:
Philipp Hansch 2019-03-25 06:58:30 +01:00
parent d485ebfc21
commit 98d7c5463b
No known key found for this signature in database
GPG Key ID: B6FA06A6E0E2665B

View File

@ -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