From b34b197d898bf2897a6aeec8c038d17f1ddf9871 Mon Sep 17 00:00:00 2001 From: Mikayla Maki Date: Thu, 30 Nov 2023 10:06:08 -0800 Subject: [PATCH] Update main.rs --- crates/zed2/src/main.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/zed2/src/main.rs b/crates/zed2/src/main.rs index 493988c945f8f7ef9f32e9f17de3bf3e8522ce72..4c7e914e37be6b96d5c241bc4eba0c354fe2eb15 100644 --- a/crates/zed2/src/main.rs +++ b/crates/zed2/src/main.rs @@ -746,9 +746,9 @@ fn watch_file_types(fs: Arc, cx: &mut AppContext) { } #[cfg(not(debug_assertions))] -async fn watch_languages(_: Arc, _: Arc) -> Option<()> { +async fn watch_languages(_: Arc, _: Arc) -> Option<()> { None } #[cfg(not(debug_assertions))] -fn watch_file_types(_fs: Arc, _cx: &mut AppContext) {} +fn watch_file_types(_fs: Arc, _cx: &mut AppContext) {}