Skip to content

Commit 9189310

Browse files
committed
Fix broken doc attribute in gdk4-wayland
1 parent f0f682f commit 9189310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gdk4-wayland/src/wayland_display.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#[cfg(any(feature = "wayland_crate", all(feature = "v4_4", feature = "egl")))]
44
#[cfg_attr(
55
docsrs,
6-
doc(any(feature = "wayland_crate", all(feature = "v4_4", feature = "egl")))
6+
doc(cfg(any(feature = "wayland_crate", all(feature = "v4_4", feature = "egl"))))
77
)]
88
use crate::ffi;
99
#[cfg(any(feature = "wayland_crate", all(feature = "v4_4", feature = "egl")))]

0 commit comments

Comments
 (0)