From 408edaae399123bd51e4399d3192b33d5a905aa7 Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Tue, 7 Nov 2023 21:58:46 -0700 Subject: [PATCH] Remove call to removed method --- crates/go_to_line2/src/go_to_line.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/go_to_line2/src/go_to_line.rs b/crates/go_to_line2/src/go_to_line.rs index 13d283ecff245abb11bafd75cabca94ac79e80dc..b8b91b16468c0e97e25946c3e24be5a9e062dd21 100644 --- a/crates/go_to_line2/src/go_to_line.rs +++ b/crates/go_to_line2/src/go_to_line.rs @@ -4,7 +4,6 @@ use workspace::ModalRegistry; actions!(Toggle); pub fn init(cx: &mut AppContext) { - cx.register_action_type::(); cx.global_mut::() .register_modal(Toggle, |_, cx| { // if let Some(editor) = workspace