mirror of
https://github.com/servo/servo.git
synced 2025-07-31 19:20:22 +01:00
style: Remove some unused extern crate declarations now that style is in rust 2018.
This avoids some warnings.
This commit is contained in:
parent
e5484250db
commit
059a50bba0
3 changed files with 2 additions and 52 deletions
|
@ -4,8 +4,6 @@
|
|||
|
||||
//! Parsing stylesheets from bytes (not `&str`).
|
||||
|
||||
extern crate encoding_rs;
|
||||
|
||||
use crate::context::QuirksMode;
|
||||
use crate::error_reporting::ParseErrorReporter;
|
||||
use crate::media_queries::MediaList;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue