File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -230,7 +230,7 @@ assert_eq!(value.sub.b, 0x01 + 0x02)
230
230
# `Read` supported
231
231
Parsers can be created that directly read from a source implementing [Read](crate::no_std_io::Read).
232
232
233
- The crate [no_std_io] is re-exported for use in `no_std` environments.
233
+ The crate [no_std_io2](https://crates.io/crates/no-std-io2) is re-exported as [no_std_io] for use in `no_std` environments.
234
234
This functions as an alias for [std::io](https://doc.rust-lang.org/stable/std/io/) when not
235
235
using `no_std`.
236
236
@@ -357,7 +357,7 @@ extern crate alloc;
357
357
#[ cfg( feature = "alloc" ) ]
358
358
use alloc:: vec:: Vec ;
359
359
360
- /// re-export of no_std_io
360
+ /// re-export of [no_std_io2](https://crates.io/crates/no-std-io2)
361
361
pub mod no_std_io {
362
362
pub use no_std_io:: io:: Cursor ;
363
363
pub use no_std_io:: io:: Read ;
You can’t perform that action at this time.
0 commit comments