chore(nigthly): fix errors

The structure is used by other backends, `cfg`-out it is pointless.
This commit is contained in:
Kirill Chibisov 2024-03-12 15:38:11 +04:00
parent 359a38844b
commit 66df2c22ba

View file

@ -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<CursorImage>);