mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Update Rust to 1.12.0-nightly (1deb02ea6 2016-08-12)
This commit is contained in:
parent
9f5122f487
commit
fc6faf72ee
7 changed files with 10 additions and 10 deletions
|
@ -12,8 +12,7 @@
|
|||
use hyper::method::Method;
|
||||
use net_traits::request::{CredentialsMode, Origin, Request};
|
||||
use std::ascii::AsciiExt;
|
||||
use time;
|
||||
use time::{now, Timespec};
|
||||
use time::{self, Timespec};
|
||||
use url::Url;
|
||||
|
||||
/// Union type for CORS cache entries
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue