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
|
|
@ -209,7 +209,10 @@ where
|
|||
.push((obj.downgrade(), instance));
|
||||
} else {
|
||||
let _ = data_init.init(cosmic_toplevel, ToplevelHandleStateInner::empty());
|
||||
error!(?foreign_toplevel, "Toplevel for foreign-toplevel-list not registered for cosmic-toplevel-info.");
|
||||
error!(
|
||||
?foreign_toplevel,
|
||||
"Toplevel for foreign-toplevel-list not registered for cosmic-toplevel-info."
|
||||
);
|
||||
}
|
||||
}
|
||||
zcosmic_toplevel_info_v1::Request::Stop => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue