Bug 1476054: Remove a useless cfg. r=me

MozReview-Commit-ID: HrVqhA6FiIA
This commit is contained in:
Emilio Cobos Álvarez 2018-07-16 19:46:00 +02:00
Родитель 1e1dcdda64
Коммит 7dd15c8788
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -35,7 +35,7 @@ use logical_geometry::WritingMode;
#[cfg(feature = "gecko")] use malloc_size_of::{MallocSizeOf, MallocSizeOfOps};
use media_queries::Device;
use parser::ParserContext;
#[cfg(feature = "gecko")] use properties::longhands::system_font::SystemFont;
use properties::longhands::system_font::SystemFont;
use rule_cache::{RuleCache, RuleCacheConditions};
use selector_parser::PseudoElement;
use selectors::parser::SelectorParseErrorKind;