Remove warnigns
This commit is contained in:
@@ -22,7 +22,7 @@ pub struct GoToLine {
|
||||
|
||||
impl_actions!(vim, [GoToLine]);
|
||||
|
||||
pub fn register(workspace: &mut Workspace, cx: &mut ViewContext<Workspace>) {
|
||||
pub fn register(workspace: &mut Workspace, _: &mut ViewContext<Workspace>) {
|
||||
workspace.register_action(|_: &mut Workspace, action: &GoToLine, cx| {
|
||||
Vim::update(cx, |vim, cx| {
|
||||
vim.switch_mode(Mode::Normal, false, cx);
|
||||
|
||||
Reference in New Issue
Block a user