all: set rust edition to 2024
This commit is contained in:
parent
02a18f620b
commit
3338909170
515 changed files with 1225 additions and 1187 deletions
|
|
@ -13,7 +13,7 @@ use {
|
|||
leaks::Tracker,
|
||||
object::{Object, Version},
|
||||
utils::opt::Opt,
|
||||
wire::{ext_workspace_group_handle_v1::*, ExtWorkspaceGroupHandleV1Id},
|
||||
wire::{ExtWorkspaceGroupHandleV1Id, ext_workspace_group_handle_v1::*},
|
||||
},
|
||||
std::rc::Rc,
|
||||
thiserror::Error,
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ use {
|
|||
object::{Object, Version},
|
||||
tree::{OutputNode, WorkspaceNode},
|
||||
utils::{clonecell::CloneCell, opt::Opt},
|
||||
wire::{ext_workspace_handle_v1::*, ExtWorkspaceHandleV1Id},
|
||||
wire::{ExtWorkspaceHandleV1Id, ext_workspace_handle_v1::*},
|
||||
},
|
||||
std::{cell::Cell, rc::Rc},
|
||||
thiserror::Error,
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
use {
|
||||
crate::{
|
||||
client::{Client, ClientCaps, ClientError, CAP_WORKSPACE},
|
||||
client::{CAP_WORKSPACE, Client, ClientCaps, ClientError},
|
||||
globals::{Global, GlobalName},
|
||||
ifs::{
|
||||
wl_output::OutputGlobalOpt,
|
||||
|
|
@ -11,9 +11,9 @@ use {
|
|||
},
|
||||
leaks::Tracker,
|
||||
object::{Object, Version},
|
||||
tree::{move_ws_to_output, OutputNode, WorkspaceNode, WsMoveConfig},
|
||||
tree::{OutputNode, WorkspaceNode, WsMoveConfig, move_ws_to_output},
|
||||
utils::{clonecell::CloneCell, opt::Opt, syncqueue::SyncQueue},
|
||||
wire::{ext_workspace_manager_v1::*, ExtWorkspaceManagerV1Id},
|
||||
wire::{ExtWorkspaceManagerV1Id, ext_workspace_manager_v1::*},
|
||||
},
|
||||
std::{cell::Cell, rc::Rc},
|
||||
thiserror::Error,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue