COD-121: Refactor workspace identification from i32 to WorkspaceType
#23
Annotations
1 error and 1 warning
|
coverage
Process completed with exit code 1.
|
|
very complex type used. Consider factoring parts into `type` definitions:
src/renamer/mod.rs#L160
warning: very complex type used. Consider factoring parts into `type` definitions
--> src/renamer/mod.rs:160:29
|
160 | let mut workspaces: HashMap<WorkspaceType, (WorkspaceId, Vec<(AppClient, (i16, i16))>)> =
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#type_complexity
= note: `#[warn(clippy::type_complexity)]` on by default
|