Skip to content

Commit 1f38f9a

Browse files
rano-ossvberger
rano-oss
authored andcommitted
remove redundant feature flag
1 parent 216f833 commit 1f38f9a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

wayland-protocols-misc/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ bitflags = "1.0"
2424
[features]
2525
client = ["wayland-client", "wayland-protocols/client"]
2626
server = ["wayland-server", "wayland-protocols/server"]
27-
unstable_protocols = []
2827

2928
[package.metadata.docs.rs]
3029
all-features = true

wayland-protocols-misc/src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ pub mod zwp_input_method_v2 {
8989
wayland_protocol!("./protocols/input-method-unstable-v2.xml", [wayland_protocols::wp::text_input::zv3]);
9090
}
9191

92-
#[cfg(feature = "unstable_protocols")]
9392
pub mod zwp_virtual_keyboard_v1 {
9493
//! Virtual keyboard v1 unstable
9594
//!

0 commit comments

Comments
 (0)