mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Avoid huge numbers of warnings for atom_macro.
This commit is contained in:
parent
58e6d7bd58
commit
587250ba4e
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ use std::ops::Deref;
|
|||
use std::slice;
|
||||
|
||||
#[macro_use]
|
||||
#[allow(improper_ctypes)]
|
||||
#[allow(improper_ctypes, safe_extern_statics)]
|
||||
pub mod atom_macro;
|
||||
#[macro_use]
|
||||
pub mod namespace;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue