chore: Rust 2024 edition
Set the formatting style to 2021 edition to avoid disrupting existing work. Remove when possible.
This commit is contained in:
parent
35d781dc1e
commit
7f7ab8bcbe
19 changed files with 494 additions and 506 deletions
|
|
@ -744,7 +744,7 @@ impl TilingLayout {
|
|||
}
|
||||
};
|
||||
|
||||
for (ref mut parent_id, _) in children.iter_mut() {
|
||||
for (parent_id, _) in children.iter_mut() {
|
||||
*parent_id = id.clone();
|
||||
}
|
||||
if let Data::Mapped { mapped, .. } = other_tree.get_mut(&id).unwrap().data_mut() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue