Skip to content

Commit

Permalink
clarify doc on io module
Browse files Browse the repository at this point in the history
  • Loading branch information
KillingSpark committed Dec 14, 2024
1 parent d6783eb commit 1ce53b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/io.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
//! Re-exports of std values for when the std is available.
//! Re-exports of std values for when the std is available or local reimplementations if std is not available
#[cfg(feature = "std")]
pub use std::io::{Error, ErrorKind, Read, Write};

0 comments on commit 1ce53b8

Please sign in to comment.