diff --git a/io/src/macros.rs b/io/src/macros.rs index 5fae2a750..a0ed86576 100644 --- a/io/src/macros.rs +++ b/io/src/macros.rs @@ -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.