Clear out easy todo!()s
This commit is contained in:
parent
dd42adc4e5
commit
8ed642dc16
6 changed files with 26 additions and 30 deletions
|
@ -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]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue