Only http://perf.rust-lang.org/ will disable it, in order to be less subject to changes to rustc internal APIs. Source-Repo: https://github.com/servo/servo Source-Revision: 7f2ac4c559a2ff99ed7571af646ecee3f33168c3
14 lines
209 B
TOML
14 lines
209 B
TOML
[package]
|
|
name = "script_plugins"
|
|
version = "0.0.1"
|
|
authors = ["The Servo Project Developers"]
|
|
license = "MPL-2.0"
|
|
publish = false
|
|
|
|
[lib]
|
|
path = "lib.rs"
|
|
plugin = true
|
|
|
|
[features]
|
|
unrooted_must_root_lint = []
|