mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +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;
|
use std::slice;
|
||||||
|
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
#[allow(improper_ctypes)]
|
#[allow(improper_ctypes, safe_extern_statics)]
|
||||||
pub mod atom_macro;
|
pub mod atom_macro;
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
pub mod namespace;
|
pub mod namespace;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue