mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Fix unused import warnings
This commit is contained in:
parent
550e304a21
commit
ea21fdbd48
4 changed files with 9 additions and 7 deletions
|
@ -38,6 +38,7 @@ extern crate rustc_serialize;
|
|||
extern crate serde;
|
||||
extern crate smallvec;
|
||||
extern crate url;
|
||||
#[cfg(all(unix, not(target_os = "macos"), not(target_os = "ios")))]
|
||||
extern crate xdg;
|
||||
|
||||
use std::sync::Arc;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue