From b844637935f7725e80a4e32d5ea8c9ff3c2be3f1 Mon Sep 17 00:00:00 2001 From: "Tobin C. Harding" Date: Tue, 7 Jan 2025 17:16:24 +1100 Subject: [PATCH] io: Remove rustdoc for private module This doc adds little value and has typos in it - just remove it. --- io/src/macros.rs | 2 -- 1 file changed, 2 deletions(-) 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.