summaryrefslogtreecommitdiff
path: root/ext/flash/sendfile.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ext/flash/sendfile.rs')
-rw-r--r--ext/flash/sendfile.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/flash/sendfile.rs b/ext/flash/sendfile.rs
index 92e8f2bb7..18dc3a39d 100644
--- a/ext/flash/sendfile.rs
+++ b/ext/flash/sendfile.rs
@@ -5,7 +5,8 @@ use std::future::Future;
use std::io;
use std::os::unix::io::RawFd;
use std::pin::Pin;
-use std::task::{self, Poll};
+use std::task::Poll;
+use std::task::{self};
pub struct SendFile {
pub io: (RawFd, RawFd),