mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-24 19:10:24 +00:00
Fix return type in watch_file_types()
This commit is contained in:
parent
491b3d5515
commit
7e904183bf
1 changed files with 1 additions and 3 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue