mirror of
https://github.com/servo/servo.git
synced 2025-07-21 22:33:41 +01:00
update rust toolchain
This commit is contained in:
parent
a4f911699a
commit
f3fa53b849
4 changed files with 5 additions and 5 deletions
|
@ -239,7 +239,7 @@ impl BodyOperations for Response {
|
|||
match body {
|
||||
NetTraitsResponseBody::Done(bytes) => Some(bytes),
|
||||
body => {
|
||||
mem::replace(&mut *self.body.borrow_mut(), body);
|
||||
let _ = mem::replace(&mut *self.body.borrow_mut(), body);
|
||||
None
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue