Drive-by fix "unused import" warning.

This commit is contained in:
Simon Sapin 2017-07-05 13:58:06 +02:00
parent 86293c3b39
commit 7e0254b530

View file

@ -1572,7 +1572,6 @@ pub mod tests {
use builder::HAS_PSEUDO_BIT;
use cssparser::{Parser as CssParser, ToCss, serialize_identifier, ParserInput};
use parser;
use std::borrow::Cow;
use std::collections::HashMap;
use std::fmt;
use super::*;