There are couple of things i don't know how to handle:
1) crate/ui_model/src/config/ui_type.rs - line 27. SessionLobby(Box<SessionLobbyUi>) instead of SessionLobby(SessionLobbyUi). Since everything compiles (?) i'm not sure if it may break something.
2) crate/object_model/src/loaded/object.rs:11:40. Don't know how to handle.
And also splitter.rs was refactored due to cognitive complexity. Please, take a look.
There are couple of things i don't know how to handle:
1) crate/ui_model/src/config/ui_type.rs - line 27.
SessionLobby(Box<SessionLobbyUi>)
instead ofSessionLobby(SessionLobbyUi)
. Since everything compiles (?) i'm not sure if it may break something. 2) crate/object_model/src/loaded/object.rs:11:40. Don't know how to handle.And also splitter.rs was refactored due to cognitive complexity. Please, take a look.