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 9b0d246 commit 6333eddCopy full SHA for 6333edd
build.rs
@@ -59,7 +59,6 @@ fn main() {
59
}
60
};
61
62
- track_lint(DummyLint::lint(&parsed_file));
63
track_lint(RequireFreezeStruct::lint(&parsed_file));
64
});
65
support/linting/src/dummy_lint.rs
support/linting/src/lib.rs
@@ -1,8 +1,6 @@
1
pub mod lint;
2
pub use lint::*;
3
4
-mod dummy_lint;
5
mod require_freeze_struct;
6
7
-pub use dummy_lint::DummyLint;
8
pub use require_freeze_struct::RequireFreezeStruct;
0 commit comments