Skip to content

Commit 9f33272

Browse files
committed
Guard pin behind tokio feature
1 parent d6f3d85 commit 9f33272

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ use std::io::prelude::*;
6060
use std::io::SeekFrom;
6161
use std::os::unix::prelude::*;
6262
use std::path::Path;
63+
#[cfg(feature = "use_tokio")]
6364
use std::pin::{Pin as SPin};
6465

6566
#[cfg(feature = "use_tokio")]

0 commit comments

Comments
 (0)