From b24d4915b895fab1528ee5081edaa94e951b523e Mon Sep 17 00:00:00 2001 From: Chris Midgley Date: Wed, 21 Jul 2021 10:58:35 +0100 Subject: [PATCH] docs: add newline before example --- compiler/rustc_error_codes/src/error_codes/E0722.md | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/rustc_error_codes/src/error_codes/E0722.md b/compiler/rustc_error_codes/src/error_codes/E0722.md index fe2b6d27457..570717a92bd 100644 --- a/compiler/rustc_error_codes/src/error_codes/E0722.md +++ b/compiler/rustc_error_codes/src/error_codes/E0722.md @@ -18,6 +18,7 @@ The `#[optimize]` attribute should be used as follows: that's faster rather than smaller For example: + ``` #![feature(optimize_attribute)]