diff --git a/crates/copilot_button/src/copilot_button.rs b/crates/copilot_button/src/copilot_button.rs index 1d2fc9117d6fd848367bbf501878b3fe8550f07b..c8bfcc755014c26a2d331d93dff6c79335e0f8b0 100644 --- a/crates/copilot_button/src/copilot_button.rs +++ b/crates/copilot_button/src/copilot_button.rs @@ -272,10 +272,7 @@ impl CopilotButton { let mut menu_options = Vec::with_capacity(2); menu_options.push(ContextMenuItem::item("Sign In", InitiateSignIn)); - menu_options.push(ContextMenuItem::item( - "Disable Copilot", - HideCopilot, - )); + menu_options.push(ContextMenuItem::item("Disable Copilot", HideCopilot)); self.popup_menu.update(cx, |menu, cx| { menu.show(