diff options
author | Anthony Ramine <n.oxyde@gmail.com> | 2017-02-14 15:35:47 +0100 |
---|---|---|
committer | Anthony Ramine <n.oxyde@gmail.com> | 2017-02-15 10:10:37 +0100 |
commit | 19c645ff68f517929308d1f22728d72231e9a543 (patch) | |
tree | c8772877aa72dce2b9f82f0b9761315d34a995d8 /components/plugins/lib.rs | |
parent | f3bacf84f47e12ef50cfd8ddd0aad613fe7e2a05 (diff) | |
download | servo-19c645ff68f517929308d1f22728d72231e9a543.tar.gz servo-19c645ff68f517929308d1f22728d72231e9a543.zip |
Kill transmute-type-lint
Diffstat (limited to 'components/plugins/lib.rs')
-rw-r--r-- | components/plugins/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/plugins/lib.rs b/components/plugins/lib.rs index eca3feef5f1..43995876599 100644 --- a/components/plugins/lib.rs +++ b/components/plugins/lib.rs @@ -46,7 +46,6 @@ pub fn plugin_registrar(reg: &mut Registry) { reg.register_late_lint_pass(box lints::unrooted_must_root::UnrootedPass::new()); reg.register_late_lint_pass(box lints::privatize::PrivatizePass); reg.register_late_lint_pass(box lints::inheritance_integrity::InheritancePass); - reg.register_late_lint_pass(box lints::transmute_type::TransmutePass); reg.register_early_lint_pass(box lints::ban::BanPass); reg.register_attribute("_dom_struct_marker".to_string(), Whitelisted); reg.register_attribute("allow_unrooted_interior".to_string(), Whitelisted); |