Skip to content

Commit 844a84a

Browse files
committed
fail dogfood
1 parent 8c700a4 commit 844a84a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ fn register_categories(store: &mut rustc_lint::LintStore) {
527527
/// Register all lints and lint groups with the rustc lint store
528528
///
529529
/// Used in `./src/driver.rs`.
530-
#[expect(clippy::too_many_lines)]
530+
// #[expect(clippy::too_many_lines)]
531531
pub fn register_lints(store: &mut rustc_lint::LintStore, conf: &'static Conf) {
532532
register_categories(store);
533533

0 commit comments

Comments
 (0)