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 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
#![cfg_attr(target_os = "windows", allow(unused, dead_code))]
|
||||
|
||||
pub mod assistant_panel;
|
||||
pub mod assistant_settings;
|
||||
mod context;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue