aboutsummaryrefslogtreecommitdiff
path: root/tests/stream_into_async_read.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/stream_into_async_read.rs')
-rw-r--r--tests/stream_into_async_read.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/stream_into_async_read.rs b/tests/stream_into_async_read.rs
index 1b26233..eb78b59 100644
--- a/tests/stream_into_async_read.rs
+++ b/tests/stream_into_async_read.rs
@@ -1,4 +1,3 @@
-#[cfg(feature = "std")] // io::
#[test]
fn test_into_async_read() {
use core::pin::Pin;
@@ -52,7 +51,6 @@ fn test_into_async_read() {
assert_read!(reader, &mut buf, 0);
}
-#[cfg(feature = "std")] // io::
#[test]
fn test_into_async_bufread() -> std::io::Result<()> {
use core::pin::Pin;