mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +01:00
Silence unused-extern-crates false positives.
Added #[allow(unused_extern_crates)] to silence false positives * bitflags, lazy_static and matches because macro_use * alloc_jemalloc because builtin crate See https://github.com/rust-lang/rust/issues/30849
This commit is contained in:
parent
a7c885706e
commit
b021874ba0
10 changed files with 14 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
|||
|
||||
#![deny(unsafe_code)]
|
||||
|
||||
#[allow(unused_extern_crates)]
|
||||
#[cfg(not(target_os = "windows"))]
|
||||
extern crate alloc_jemalloc;
|
||||
extern crate hbs_pow;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue