File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ use rustc_session::declare_lint_pass;
77use rustc_span:: Span ;
88
99/// Ensures that Constant-time Function Evaluation is being done (specifically, MIR lint passes).
10- /// See rust-lang/rust#125116 for more info .
10+ /// As Clippy deactivates codegen, this lint ensures that CTFE (used in hard errors) is still ran .
1111#[ clippy:: version = "1.82.0" ]
1212pub static CLIPPY_CTFE : & Lint = & Lint {
1313 name : & "clippy::CLIPPY_CTFE" ,
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ extern crate clippy_utils;
6565#[ cfg_attr( feature = "internal" , allow( clippy:: missing_clippy_version_attribute) ) ]
6666mod utils;
6767
68- pub mod ctfe; // Very important lint (rust#125116)
68+ pub mod ctfe; // Very important lint, do not remove (rust#125116)
6969pub mod declared_lints;
7070pub mod deprecated_lints;
7171
You can’t perform that action at this time.
0 commit comments