diff options
Diffstat (limited to 'components/script/cors.rs')
-rw-r--r-- | components/script/cors.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/cors.rs b/components/script/cors.rs index a770a90e69f..ebc2af7ec76 100644 --- a/components/script/cors.rs +++ b/components/script/cors.rs @@ -10,7 +10,7 @@ //! with CORSRequest being expanded into FetchRequest (etc) use std::ascii::AsciiExt; -use std::fmt::{mod, Show}; +use std::fmt::{self, Show}; use std::str::from_utf8; use time; use time::{now, Timespec}; |