mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-06 02:37:21 +00:00
Underscore arguments in conditionally compiled code (#2804)
For some reason, our bundle script doesn't fail on warning, so this hasn't been caught yet. Release Notes: - N/A
This commit is contained in:
commit
549769491e
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue