diff --git a/src/activation_token/mod.rs b/src/activation_token/mod.rs index 433965349..81cbe7482 100644 --- a/src/activation_token/mod.rs +++ b/src/activation_token/mod.rs @@ -6,7 +6,7 @@ use zbus::zvariant::Type; #[cfg(any(feature = "gtk4_wayland", feature = "gtk4_x11"))] mod gtk4; -#[cfg(any(feature = "wayland"))] +#[cfg(feature = "wayland")] mod wayland; /// A token that can be used to activate an application.