Remove useless use crate_name; imports.

A `crate_name::foo` path always works in 2018
This commit is contained in:
Simon Sapin 2018-11-07 17:08:14 +01:00
parent 50c840fe42
commit 9f977c5287
85 changed files with 0 additions and 115 deletions

View file

@ -9,7 +9,6 @@ use net_traits::image_cache::{CanRequestImages, ImageCache, ImageResponder};
use net_traits::image_cache::{ImageOrMetadataAvailable, ImageResponse, ImageState};
use net_traits::image_cache::{PendingImageId, UsePlaceholder};
use net_traits::{FetchMetadata, FetchResponseMsg, NetworkError};
use pixels;
use servo_url::ServoUrl;
use std::collections::hash_map::Entry::{Occupied, Vacant};
use std::collections::HashMap;
@ -17,7 +16,6 @@ use std::io;
use std::mem;
use std::sync::{Arc, Mutex};
use std::thread;
use webrender_api;
///
/// TODO(gw): Remaining work on image cache: