Skip to content

Commit

Permalink
Remove rust_tenacious
Browse files Browse the repository at this point in the history
We don't use it anymore since #11872.
  • Loading branch information
nox committed Aug 13, 2016
1 parent 78160bf commit f12fad7
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 21 deletions.
3 changes: 0 additions & 3 deletions components/plugins/Cargo.toml
Expand Up @@ -10,9 +10,6 @@ name = "plugins"
path = "lib.rs"
plugin = true

[dependencies]
tenacious = "0.2.0"

[dependencies.clippy_lints]
version = "0.0.77"
optional = true
Expand Down
2 changes: 0 additions & 2 deletions components/plugins/lib.rs
Expand Up @@ -25,7 +25,6 @@ extern crate rustc_plugin;
#[macro_use]
extern crate syntax;
extern crate syntax_ext;
extern crate tenacious;

use rustc_plugin::Registry;
use syntax::ext::base::*;
Expand Down Expand Up @@ -53,7 +52,6 @@ pub fn plugin_registrar(reg: &mut Registry) {
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_late_lint_pass(box tenacious::TenaciousPass);
reg.register_attribute("must_root".to_string(), Whitelisted);
reg.register_attribute("servo_lang".to_string(), Whitelisted);
reg.register_attribute("allow_unrooted_interior".to_string(), Whitelisted);
Expand Down
8 changes: 0 additions & 8 deletions components/servo/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 0 additions & 8 deletions ports/cef/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f12fad7

Please sign in to comment.