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 b1c675f commit 014bf43Copy full SHA for 014bf43
clippy_lints/src/lib.rs
@@ -390,6 +390,7 @@ pub use crate::utils::conf::Conf;
390
///
391
/// Used in `./src/driver.rs`.
392
pub fn register_pre_expansion_lints(store: &mut rustc_lint::LintStore) {
393
+ // NOTE: Do not add any more pre-expansion passes. These should be removed eventually.
394
store.register_pre_expansion_pass(|| box write::Write::default());
395
store.register_pre_expansion_pass(|| box attrs::EarlyAttributes);
396
store.register_pre_expansion_pass(|| box dbg_macro::DbgMacro);
0 commit comments