mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
underscore arguments
This commit is contained in:
parent
ae765bbca3
commit
f15a03816f
@ -717,7 +717,7 @@ async fn watch_languages(_: Arc<dyn Fs>, _: Arc<LanguageRegistry>) -> Option<()>
|
||||
}
|
||||
|
||||
#[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) {}
|
||||
|
||||
fn connect_to_cli(
|
||||
server_name: &str,
|
||||
|
Loading…
Reference in New Issue
Block a user