Fix return type in watch_file_types()

This commit is contained in:
Joseph T. Lyons 2023-07-19 16:24:29 -04:00
parent 491b3d5515
commit 7e904183bf

View file

@ -717,9 +717,7 @@ async fn watch_languages(_: Arc<dyn Fs>, _: Arc<LanguageRegistry>) -> Option<()>
} }
#[cfg(not(debug_assertions))] #[cfg(not(debug_assertions))]
fn watch_file_types(fs: Arc<dyn Fs>, cx: &mut AppContext) { fn watch_file_types(fs: Arc<dyn Fs>, cx: &mut AppContext) {}
None
}
fn connect_to_cli( fn connect_to_cli(
server_name: &str, server_name: &str,