We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6521fd9 commit 4b94ef2Copy full SHA for 4b94ef2
mozjs-sys/src/glue.rs
@@ -4,6 +4,7 @@ mod generated {
4
#![allow(non_upper_case_globals)]
5
#![allow(non_camel_case_types)]
6
#![allow(non_snake_case)]
7
+ #![allow(unnessecary_transmutes)]
8
include!(concat!(env!("OUT_DIR"), "/build/gluebindings.rs"));
9
}
10
mozjs-sys/src/lib.rs
@@ -34,6 +34,7 @@ pub use crate::generated::root as jsapi;
34
#[doc(hidden)]
35
#[allow(dead_code)]
36
mod generated {
37
+ #![allow(unnecessary_transmutes)]
38
include!(concat!(env!("OUT_DIR"), "/build/jsapi.rs"));
39
40
0 commit comments