From af958c4c792124073f66b4b7d1202b52854eba83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Mon, 14 Aug 2023 22:06:22 +0200 Subject: [PATCH] style: Lint and 32-bit build fix. MANUAL PUSH: Bustage fix CLOSED TREE --- components/style/lib.rs | 1 + 1 file changed, 1 insertion(+) 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]