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:
Marshall Bowers 2024-08-08 12:55:26 -04:00 committed by GitHub
parent fbc629df7d
commit a39f1f5133
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,3 +1,5 @@
#![cfg_attr(target_os = "windows", allow(unused, dead_code))]
pub mod assistant_panel;
pub mod assistant_settings;
mod context;