Skip to content

Commit

Permalink
strip out DummyLint
Browse files Browse the repository at this point in the history
  • Loading branch information
sam0x17 committed Aug 16, 2024
1 parent 9b0d246 commit 6333edd
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 14 deletions.
1 change: 0 additions & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ fn main() {
}
};

track_lint(DummyLint::lint(&parsed_file));
track_lint(RequireFreezeStruct::lint(&parsed_file));
});

Expand Down
11 changes: 0 additions & 11 deletions support/linting/src/dummy_lint.rs

This file was deleted.

2 changes: 0 additions & 2 deletions support/linting/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
pub mod lint;
pub use lint::*;

mod dummy_lint;
mod require_freeze_struct;

pub use dummy_lint::DummyLint;
pub use require_freeze_struct::RequireFreezeStruct;

0 comments on commit 6333edd

Please sign in to comment.