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) {}