We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 26f2d8e + 52b717f commit f84ec97Copy full SHA for f84ec97
compiler/rustc_middle/src/lint.rs
@@ -22,8 +22,8 @@ pub enum LintSource {
22
Node(Symbol, Span, Option<Symbol> /* RFC 2383 reason */),
23
24
/// Lint level was set by a command-line flag.
25
- /// The provided `Level` is the level specified on the command line -
26
- /// the actual level may be lower due to `--cap-lints`
+ /// The provided `Level` is the level specified on the command line.
+ /// (The actual level may be lower due to `--cap-lints`.)
27
CommandLine(Symbol, Level),
28
}
29
0 commit comments