io: Remove rustdoc for private module
This doc adds little value and has typos in it - just remove it.
This commit is contained in:
parent
1d1fcb0c52
commit
b844637935
|
@ -1,5 +1,3 @@
|
||||||
//! Public macros for porvide.d for users to be able implement our `io::Write` trait.
|
|
||||||
|
|
||||||
#[macro_export]
|
#[macro_export]
|
||||||
/// Because we cannot provide a blanket implementation of [`std::io::Write`] for all implementers
|
/// 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.
|
/// of this crate's `io::Write` trait, we provide this macro instead.
|
||||||
|
|
Loading…
Reference in New Issue