Bug 1768905 - Lint and 32-bit build fix.

MANUAL PUSH: Bustage fix CLOSED TREE
This commit is contained in:
Emilio Cobos Álvarez 2022-05-11 21:42:32 +02:00
Родитель 96360cdae3
Коммит efb7960dba
2 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -64,6 +64,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]

Просмотреть файл

@ -20,7 +20,6 @@ clippy:
- servo/components/derive_common/
- servo/components/selectors/
- servo/components/servo_arc/
- servo/components/size_of_test/
- servo/components/style/
- servo/components/style_derive/
- servo/components/style_traits/