We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb75654 commit 73be48aCopy full SHA for 73be48a
src/tools/miri/src/shims/unix/linux/fd/epoll.rs
@@ -21,9 +21,11 @@ pub struct Epoll {
21
/// <https://man7.org/linux/man-pages/man2/epoll_ctl.2.html>
22
#[derive(Clone, Debug)]
23
pub struct EpollEvent {
24
+ #[allow(dead_code)]
25
pub events: u32,
26
/// `Scalar<Provenance>` is used to represent the
27
/// `epoll_data` type union.
28
29
pub data: Scalar<Provenance>,
30
}
31
0 commit comments