mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
style: Remove an unused import.
This commit is contained in:
parent
376aafc2c8
commit
f5c85a816a
1 changed files with 0 additions and 1 deletions
|
@ -11,7 +11,6 @@ use smallvec::SmallVec;
|
||||||
use std::slice;
|
use std::slice;
|
||||||
use stylesheets::{CssRule, DocumentRule, ImportRule, MediaRule, SupportsRule};
|
use stylesheets::{CssRule, DocumentRule, ImportRule, MediaRule, SupportsRule};
|
||||||
use stylesheets::StylesheetInDocument;
|
use stylesheets::StylesheetInDocument;
|
||||||
use stylesheets::import_rule::ImportSheet;
|
|
||||||
|
|
||||||
/// An iterator over a list of rules.
|
/// An iterator over a list of rules.
|
||||||
pub struct RulesIterator<'a, 'b, C>
|
pub struct RulesIterator<'a, 'b, C>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue