mirror of
https://github.com/servo/servo.git
synced 2025-07-24 15:50:21 +01:00
parent
78160bf3f9
commit
f12fad7953
4 changed files with 0 additions and 21 deletions
|
@ -10,9 +10,6 @@ name = "plugins"
|
||||||
path = "lib.rs"
|
path = "lib.rs"
|
||||||
plugin = true
|
plugin = true
|
||||||
|
|
||||||
[dependencies]
|
|
||||||
tenacious = "0.2.0"
|
|
||||||
|
|
||||||
[dependencies.clippy_lints]
|
[dependencies.clippy_lints]
|
||||||
version = "0.0.77"
|
version = "0.0.77"
|
||||||
optional = true
|
optional = true
|
||||||
|
|
|
@ -25,7 +25,6 @@ extern crate rustc_plugin;
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate syntax;
|
extern crate syntax;
|
||||||
extern crate syntax_ext;
|
extern crate syntax_ext;
|
||||||
extern crate tenacious;
|
|
||||||
|
|
||||||
use rustc_plugin::Registry;
|
use rustc_plugin::Registry;
|
||||||
use syntax::ext::base::*;
|
use syntax::ext::base::*;
|
||||||
|
@ -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::inheritance_integrity::InheritancePass);
|
||||||
reg.register_late_lint_pass(box lints::transmute_type::TransmutePass);
|
reg.register_late_lint_pass(box lints::transmute_type::TransmutePass);
|
||||||
reg.register_early_lint_pass(box lints::ban::BanPass);
|
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("must_root".to_string(), Whitelisted);
|
||||||
reg.register_attribute("servo_lang".to_string(), Whitelisted);
|
reg.register_attribute("servo_lang".to_string(), Whitelisted);
|
||||||
reg.register_attribute("allow_unrooted_interior".to_string(), Whitelisted);
|
reg.register_attribute("allow_unrooted_interior".to_string(), Whitelisted);
|
||||||
|
|
8
components/servo/Cargo.lock
generated
8
components/servo/Cargo.lock
generated
|
@ -1716,9 +1716,6 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "plugins"
|
name = "plugins"
|
||||||
version = "0.0.1"
|
version = "0.0.1"
|
||||||
dependencies = [
|
|
||||||
"tenacious 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pnacl-build-helper"
|
name = "pnacl-build-helper"
|
||||||
|
@ -2311,11 +2308,6 @@ dependencies = [
|
||||||
"winapi 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
"winapi 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "tenacious"
|
|
||||||
version = "0.2.1"
|
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tendril"
|
name = "tendril"
|
||||||
version = "0.2.2"
|
version = "0.2.2"
|
||||||
|
|
8
ports/cef/Cargo.lock
generated
8
ports/cef/Cargo.lock
generated
|
@ -1580,9 +1580,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "plugins"
|
name = "plugins"
|
||||||
version = "0.0.1"
|
version = "0.0.1"
|
||||||
dependencies = [
|
|
||||||
"tenacious 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pnacl-build-helper"
|
name = "pnacl-build-helper"
|
||||||
|
@ -2179,11 +2176,6 @@ dependencies = [
|
||||||
"winapi 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
"winapi 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "tenacious"
|
|
||||||
version = "0.2.1"
|
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tendril"
|
name = "tendril"
|
||||||
version = "0.2.2"
|
version = "0.2.2"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue