mirror of
https://github.com/servo/servo.git
synced 2025-07-22 14:53:49 +01:00
Remove useless use crate_name;
imports.
A `crate_name::foo` path always works in 2018
This commit is contained in:
parent
50c840fe42
commit
9f977c5287
85 changed files with 0 additions and 115 deletions
|
@ -31,7 +31,6 @@ use servo_url::ServoUrl;
|
|||
use std::ptr::NonNull;
|
||||
use std::sync::atomic::AtomicIsize;
|
||||
use style::data::ElementData;
|
||||
use webrender_api;
|
||||
|
||||
#[repr(C)]
|
||||
pub struct StyleData {
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
|
||||
use cssparser::SourceLocation;
|
||||
use ipc_channel::ipc::IpcSender;
|
||||
use log;
|
||||
use msg::constellation_msg::PipelineId;
|
||||
use script_traits::ConstellationControlMsg;
|
||||
use servo_url::ServoUrl;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue