diff options
author | Emilio Cobos Álvarez <emilio@crisal.io> | 2023-08-14 22:06:22 +0200 |
---|---|---|
committer | Martin Robinson <mrobinson@igalia.com> | 2023-08-16 17:46:41 +0200 |
commit | af958c4c792124073f66b4b7d1202b52854eba83 (patch) | |
tree | 46b8d38772e080b605d868a6572943d17e0c70cb /components/style/lib.rs | |
parent | a7699d9034ca7f1019dd5a568e0006e4a996c2bf (diff) | |
download | servo-af958c4c792124073f66b4b7d1202b52854eba83.tar.gz servo-af958c4c792124073f66b4b7d1202b52854eba83.zip |
style: Lint and 32-bit build fix.
MANUAL PUSH: Bustage fix CLOSED TREE
Diffstat (limited to 'components/style/lib.rs')
-rw-r--r-- | components/style/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/style/lib.rs b/components/style/lib.rs index b1cec716fcf..2f0cbc978a7 100644 --- a/components/style/lib.rs +++ b/components/style/lib.rs @@ -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] |