]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_middle/src/lint.rs
Rollup merge of #101828 - aDotInTheVoid:test-101743, r=jsha
[rust.git] / compiler / rustc_middle / src / lint.rs
index c43a4b7a42eea985987295cd9dbd308234fb0bd9..4cb5ef791777490b760ce4da5ab7170362ef5f19 100644 (file)
@@ -27,8 +27,6 @@ pub enum LintLevelSource {
         span: Span,
         /// RFC 2383 reason
         reason: Option<Symbol>,
-        /// The lint tool. (e.g. rustdoc, clippy)
-        tool: Option<Symbol>,
     },
 
     /// Lint level was set by a command-line flag.