Skip to content

Commit

Permalink
Suppress EventFlag::EV_SYSFLAGS deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
rtzoeller committed Dec 2, 2022
1 parent 5cac048 commit d441380
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/sys/event.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,9 @@ libc_bitflags!{
target_os = "ios", target_os = "macos",
target_os = "netbsd", target_os = "openbsd"))]
EV_RECEIPT;
// Removed in 0.24 by 84e3c56bcc144fb4964caa69fb1dddeccb35be82,
// but leaving around in older versions.
#[allow(deprecated)]
EV_SYSFLAGS;
}
}
Expand Down

0 comments on commit d441380

Please sign in to comment.