We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0f682f commit 9189310Copy full SHA for 9189310
gdk4-wayland/src/wayland_display.rs
@@ -3,7 +3,7 @@
3
#[cfg(any(feature = "wayland_crate", all(feature = "v4_4", feature = "egl")))]
4
#[cfg_attr(
5
docsrs,
6
- doc(any(feature = "wayland_crate", all(feature = "v4_4", feature = "egl")))
+ doc(cfg(any(feature = "wayland_crate", all(feature = "v4_4", feature = "egl"))))
7
)]
8
use crate::ffi;
9
0 commit comments