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:
Anthony Ramine 2020-06-22 15:10:10 +02:00
parent 99d409f15d
commit b692318931
2 changed files with 2 additions and 2 deletions

View file

@ -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;