We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7c7354 commit 2bd3ce9Copy full SHA for 2bd3ce9
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