We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f745834 commit 52b717fCopy full SHA for 52b717f
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