diff options
Diffstat (limited to 'components/script/Cargo.toml')
-rw-r--r-- | components/script/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/Cargo.toml b/components/script/Cargo.toml index deeb5f7a3bf..1b9dade72eb 100644 --- a/components/script/Cargo.toml +++ b/components/script/Cargo.toml @@ -15,7 +15,6 @@ path = "lib.rs" [features] debugmozjs = ['js/debugmozjs'] profilemozjs = ['js/profilemozjs'] -unstable = [] unrooted_must_root_lint = ["script_plugins/unrooted_must_root_lint"] webidl_lint = ["script_plugins/webidl_lint"] default = ["unrooted_must_root_lint", "webidl_lint"] |