summary refs log tree commit diff
path: root/async_core/src/eventfd.rs
diff options
context:
space:
mode:
Diffstat (limited to 'async_core/src/eventfd.rs')
-rw-r--r--async_core/src/eventfd.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/async_core/src/eventfd.rs b/async_core/src/eventfd.rs
index 4030fb8..b930f07 100644
--- a/async_core/src/eventfd.rs
+++ b/async_core/src/eventfd.rs
@@ -5,7 +5,7 @@
 use futures::Stream;
 use std::convert::TryFrom;
 use std::fmt::{self, Display};
-use std::os::unix::io::{AsRawFd};
+use std::os::unix::io::AsRawFd;
 use std::pin::Pin;
 use std::task::{Context, Poll};