io: Remove rustdoc for private module

This doc adds little value and has typos in it - just remove it.
This commit is contained in:
Tobin C. Harding 2025-01-07 17:16:24 +11:00
parent 1d1fcb0c52
commit b844637935
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607
1 changed files with 0 additions and 2 deletions

View File

@ -1,5 +1,3 @@
//! Public macros for porvide.d for users to be able implement our `io::Write` trait.
#[macro_export]
/// Because we cannot provide a blanket implementation of [`std::io::Write`] for all implementers
/// of this crate's `io::Write` trait, we provide this macro instead.