We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6f3d85 commit 9f33272Copy full SHA for 9f33272
src/lib.rs
@@ -60,6 +60,7 @@ use std::io::prelude::*;
60
use std::io::SeekFrom;
61
use std::os::unix::prelude::*;
62
use std::path::Path;
63
+#[cfg(feature = "use_tokio")]
64
use std::pin::{Pin as SPin};
65
66
#[cfg(feature = "use_tokio")]
0 commit comments