From fc61be0f7e7bf5bc69c73458ec4314ba4f16a673 Mon Sep 17 00:00:00 2001 From: Nabil Elqatib Date: Thu, 6 Apr 2023 13:17:41 +0200 Subject: [PATCH] Fix coding style: add space between module name and bracket --- src/attributes/diagnostics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/attributes/diagnostics.md b/src/attributes/diagnostics.md index 45f9cc440..506e2848b 100644 --- a/src/attributes/diagnostics.md +++ b/src/attributes/diagnostics.md @@ -49,7 +49,7 @@ check on and off: ```rust #[warn(missing_docs)] -pub mod m2{ +pub mod m2 { #[allow(missing_docs)] pub mod nested { // Missing documentation is ignored here