Skip to content

Commit

Permalink
tests: Remove cfg for non-existant feature
Browse files Browse the repository at this point in the history
Rust 1.70 detects this. This doesn't seem to be needed for anything (and
at least isn't doing anything now).
  • Loading branch information
ids1024 committed Jul 25, 2024
1 parent 6cd65b3 commit 8fa95cf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions wayland-tests/tests/server_global_filter.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
#[cfg(feature = "server_native")]
#[macro_use]
extern crate wayland_sys;

#[macro_use]
mod helpers;

Expand Down

0 comments on commit 8fa95cf

Please sign in to comment.