diff options
Diffstat (limited to 'components/plugins/lints/mod.rs')
-rw-r--r-- | components/plugins/lints/mod.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/plugins/lints/mod.rs b/components/plugins/lints/mod.rs index 5b1debed0a2..0f94e4999e0 100644 --- a/components/plugins/lints/mod.rs +++ b/components/plugins/lints/mod.rs @@ -3,5 +3,4 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ pub mod ban; -pub mod inheritance_integrity; pub mod unrooted_must_root; |