Remove unnecessary casting
This commit is contained in:
parent
48ae9a2a33
commit
52280e9823
6 changed files with 14 additions and 14 deletions
|
|
@ -55,7 +55,7 @@ impl ToplevelManagementHandler for State {
|
|||
|
||||
let res = shell.activate(
|
||||
&output,
|
||||
idx as usize,
|
||||
idx,
|
||||
WorkspaceDelta::new_shortcut(),
|
||||
&mut self.common.workspace_state.update(),
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue