Bug 1536586 - followup of the followup: Remove unused #[macro_use] in 32-bit builds.

CLOSED TREE
This commit is contained in:
Emilio Cobos Álvarez 2019-03-22 00:07:42 +01:00
Родитель cacc0b68c1
Коммит 022828031e
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -23,7 +23,7 @@ extern crate smallvec;
#[cfg(target_pointer_width = "64")]
#[macro_use]
extern crate size_of_test;
#[macro_use]
#[cfg_attr(target_pointer_width = "64", macro_use)]
extern crate style;
extern crate style_traits;