chore: fix nightly clippy

This commit is contained in:
Kirill Chibisov 2025-10-07 17:17:15 +09:00
parent 66283a79bd
commit d815bc089c
6 changed files with 8 additions and 13 deletions

View file

@ -13,7 +13,7 @@ use std::sync::Arc;
use dpi::{PhysicalPosition, PhysicalSize};
use crate::as_any::{impl_dyn_casting, AsAny};
use crate::as_any::AsAny;
/// Handle to a monitor.
///