diff --git a/src/cursor.rs b/src/cursor.rs index dd33aa09..27e7f8a7 100644 --- a/src/cursor.rs +++ b/src/cursor.rs @@ -195,6 +195,7 @@ impl OnlyCursorImageSource { } /// Platforms export this directly as `PlatformCustomCursor` if they don't implement caching. +#[allow(dead_code)] #[derive(Debug, Clone)] pub(crate) struct OnlyCursorImage(pub(crate) Arc);