mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +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
|
@ -507,13 +507,13 @@ fn includes_credentials(input: &Url) -> bool {
|
|||
|
||||
// TODO: `Readable Stream` object is not implemented in Servo yet.
|
||||
// https://fetch.spec.whatwg.org/#concept-body-disturbed
|
||||
fn request_is_disturbed(input: &Request) -> bool {
|
||||
fn request_is_disturbed(_input: &Request) -> bool {
|
||||
false
|
||||
}
|
||||
|
||||
// TODO: `Readable Stream` object is not implemented in Servo yet.
|
||||
// https://fetch.spec.whatwg.org/#concept-body-locked
|
||||
fn request_is_locked(input: &Request) -> bool {
|
||||
fn request_is_locked(_input: &Request) -> bool {
|
||||
false
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue