aboutsummaryrefslogtreecommitdiffstats
path: root/components/plugins/lints/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/plugins/lints/mod.rs')
-rw-r--r--components/plugins/lints/mod.rs6
1 files changed, 0 insertions, 6 deletions
diff --git a/components/plugins/lints/mod.rs b/components/plugins/lints/mod.rs
deleted file mode 100644
index 0f94e4999e0..00000000000
--- a/components/plugins/lints/mod.rs
+++ /dev/null
@@ -1,6 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-
-pub mod ban;
-pub mod unrooted_must_root;