Skip to content

Commit

Permalink
activation-token: Fix clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
bilelmoussaoui committed Nov 1, 2024
1 parent b61d118 commit 291726a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/activation_token/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 291726a

Please sign in to comment.