We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d39832 commit a14247bCopy full SHA for a14247b
clippy_lints/src/lib.rs
@@ -260,8 +260,8 @@ mod reexport {
260
///
261
/// Pre-expansion lints run before any macro expansion has happened.
262
263
-/// Note that due to the architechture of the compiler, currently `cfg_attr` attributes will still
264
-/// be expanded even when using a pre-expansion pass.
+/// Note that due to the architechture of the compiler, currently `cfg_attr` attributes on crate
+/// level (i.e `#![cfg_attr(...)]`) will still be expanded even when using a pre-expansion pass.
265
266
/// Used in `./src/driver.rs`.
267
pub fn register_pre_expansion_lints(
0 commit comments