mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Allow improper_ctypes in atom_macro.
We're ignoring these thousands of warnings anyway.
This commit is contained in:
parent
73b2963509
commit
bf0325cb27
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ use std::ops::Deref;
|
|||
use std::slice;
|
||||
|
||||
#[macro_use]
|
||||
#[allow(improper_ctypes)]
|
||||
pub mod atom_macro;
|
||||
pub mod namespace;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue