From 66df2c22ba317bc29075f0afab861fa7be15188b Mon Sep 17 00:00:00 2001 From: Kirill Chibisov Date: Tue, 12 Mar 2024 15:38:11 +0400 Subject: [PATCH] chore(nigthly): fix errors The structure is used by other backends, `cfg`-out it is pointless. --- src/cursor.rs | 1 + 1 file changed, 1 insertion(+) 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);