mirror of
https://github.com/tokio-rs/bytes.git
synced 2026-08-17 00:00:14 +02:00
Fix tests for no_std build (#384)
This fixes `cargo test --no-default-features`.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#![deny(warnings, rust_2018_idioms)]
|
||||
#![cfg(feature = "std")]
|
||||
|
||||
use std::io::{BufRead, Read};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user