Skip to content

Commit 6333edd

Browse files
committed
strip out DummyLint
1 parent 9b0d246 commit 6333edd

File tree

3 files changed

+0
-14
lines changed

3 files changed

+0
-14
lines changed

build.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ fn main() {
5959
}
6060
};
6161

62-
track_lint(DummyLint::lint(&parsed_file));
6362
track_lint(RequireFreezeStruct::lint(&parsed_file));
6463
});
6564

support/linting/src/dummy_lint.rs

Lines changed: 0 additions & 11 deletions
This file was deleted.

support/linting/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
pub mod lint;
22
pub use lint::*;
33

4-
mod dummy_lint;
54
mod require_freeze_struct;
65

7-
pub use dummy_lint::DummyLint;
86
pub use require_freeze_struct::RequireFreezeStruct;

0 commit comments

Comments
 (0)