style: Lint and 32-bit build fix.

MANUAL PUSH: Bustage fix CLOSED TREE
This commit is contained in:
Emilio Cobos Álvarez 2023-08-14 22:06:22 +02:00 committed by Martin Robinson
parent a7699d9034
commit af958c4c79

View file

@ -62,6 +62,7 @@ pub use servo_arc;
#[cfg(feature = "servo")]
#[macro_use]
extern crate servo_atoms;
#[cfg(target_pointer_width = "64")]
#[macro_use]
extern crate static_assertions;
#[macro_use]