diff --git a/crates/zed2/src/main.rs b/crates/zed2/src/main.rs index 493988c945..4c7e914e37 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) {}