mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Auto merge of #13374 - servo:improper-atoms, r=jdm
Allow improper_ctypes in atom_macro. <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/13374) <!-- Reviewable:end -->
This commit is contained in:
commit
c48666a01a
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