mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Bump rust to 1.46.0-nightly (a8cf39911 2020-06-21)
This fixes a rustfmt reporting bug when the code contains syntax errors.
This commit is contained in:
parent
99d409f15d
commit
b692318931
2 changed files with 2 additions and 2 deletions
|
@ -512,7 +512,7 @@ where
|
|||
}
|
||||
|
||||
fn unset_all_boxes(self) {
|
||||
let mut data = self.layout_data_mut();
|
||||
let data = self.layout_data_mut();
|
||||
*data.self_box.borrow_mut() = None;
|
||||
*data.pseudo_before_box.borrow_mut() = None;
|
||||
*data.pseudo_after_box.borrow_mut() = None;
|
||||
|
|
|
@ -1 +1 @@
|
|||
nightly-2020-05-15
|
||||
nightly-2020-06-22
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue