We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1030f91 commit 0ed7e58Copy full SHA for 0ed7e58
components/script/lib.rs
@@ -11,6 +11,7 @@
11
#![feature(type_alias_enum_variants)]
12
#![deny(unsafe_code)]
13
#![allow(non_snake_case)]
14
+#![allow(bare_trait_objects)] // https://github.com/rust-lang/rust/issues/61963
15
#![doc = "The script crate contains all matters DOM."]
16
#![plugin(script_plugins)]
17
#![cfg_attr(not(feature = "unrooted_must_root_lint"), allow(unknown_lints))]
0 commit comments