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 8c700a4 commit 844a84aCopy full SHA for 844a84a
clippy_lints/src/lib.rs
@@ -527,7 +527,7 @@ fn register_categories(store: &mut rustc_lint::LintStore) {
527
/// Register all lints and lint groups with the rustc lint store
528
///
529
/// Used in `./src/driver.rs`.
530
-#[expect(clippy::too_many_lines)]
+// #[expect(clippy::too_many_lines)]
531
pub fn register_lints(store: &mut rustc_lint::LintStore, conf: &'static Conf) {
532
register_categories(store);
533
0 commit comments