Navigation Menu

Skip to content

Commit

Permalink
Bump rust to 1.46.0-nightly (a8cf39911 2020-06-21)
Browse files Browse the repository at this point in the history
This fixes a rustfmt reporting bug when the code contains syntax errors.
  • Loading branch information
nox committed Jun 23, 2020
1 parent 99d409f commit b692318
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/layout_2020/dom_traversal.rs
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
@@ -1 +1 @@
nightly-2020-05-15
nightly-2020-06-22

0 comments on commit b692318

Please sign in to comment.