From 4a6014bc289abd2573a4362915cbf026912f209d Mon Sep 17 00:00:00 2001 From: Camelid Date: Fri, 18 Dec 2020 15:00:09 -0800 Subject: [PATCH] Use heading style for 'The I/O Prelude' in `std::io::prelude` --- library/std/src/io/prelude.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/std/src/io/prelude.rs b/library/std/src/io/prelude.rs index 3baab2be3779..700f166daf77 100644 --- a/library/std/src/io/prelude.rs +++ b/library/std/src/io/prelude.rs @@ -1,4 +1,4 @@ -//! The I/O Prelude +//! # The I/O Prelude //! //! The purpose of this module is to alleviate imports of many common I/O traits //! by adding a glob import to the top of I/O heavy modules: