Clear out easy todo!()s

This commit is contained in:
Conrad Irwin 2023-12-11 11:00:55 -07:00
parent dd42adc4e5
commit 8ed642dc16
6 changed files with 26 additions and 30 deletions

View file

@ -1,4 +1,4 @@
use gpui::impl_actions;
use gpui::{actions, impl_actions};
use serde::Deserialize;
// If the zed binary doesn't use anything in this crate, it will be optimized away
@ -21,3 +21,5 @@ pub struct OpenZedURL {
}
impl_actions!(zed, [OpenBrowser, OpenZedURL]);
actions!(zed, [Quit]);