diff options
Diffstat (limited to 'components/script/dom/window.rs')
-rw-r--r-- | components/script/dom/window.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/dom/window.rs b/components/script/dom/window.rs index e089338afca..9e514a4fd63 100644 --- a/components/script/dom/window.rs +++ b/components/script/dom/window.rs @@ -86,7 +86,6 @@ use servo_config::opts; use servo_config::prefs::PREFS; use servo_geometry::{f32_rect_to_au_rect, max_rect}; use servo_url::{Host, MutableOrigin, ImmutableOrigin, ServoUrl}; -use std::ascii::AsciiExt; use std::borrow::ToOwned; use std::cell::Cell; use std::collections::{HashMap, HashSet}; |