mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-06 03:00:50 +03:00
Fix Windows build in CI (#15990)
This PR fixes the Windows build in CI, which was failing due to Clippy warnings. Release Notes: - N/A
This commit is contained in:
parent
fbc629df7d
commit
a39f1f5133
@ -1,3 +1,5 @@
|
||||
#![cfg_attr(target_os = "windows", allow(unused, dead_code))]
|
||||
|
||||
pub mod assistant_panel;
|
||||
pub mod assistant_settings;
|
||||
mod context;
|
||||
|
Loading…
Reference in New Issue
Block a user