type groups in emit
This commit is contained in:
parent
1ba6c8a026
commit
91c2d20e9b
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ pub struct AppState {
|
|||
|
||||
impl AppState {
|
||||
fn emit(&self) {
|
||||
let mut groups: Vec<_> = self.workspace_groups.values().collect();
|
||||
let mut groups: Vec<&WorkspaceGroup> = self.workspace_groups.values().collect();
|
||||
|
||||
groups.sort_by_key(|group| {
|
||||
group
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue