diff options
| author | Chris Midgley <chris.midgley@dunecomputers.co.uk> | 2021-07-21 10:58:35 +0100 |
|---|---|---|
| committer | Chris Midgley <chris.midgley@dunecomputers.co.uk> | 2021-07-21 10:58:35 +0100 |
| commit | b24d4915b895fab1528ee5081edaa94e951b523e (patch) | |
| tree | 2aad2e3ade19226782ae48b9c807cc9106805052 /compiler/rustc_error_codes/src | |
| parent | adc5de601f9e860f00638f078f3a4d4e6ae4c73d (diff) | |
| download | rust-b24d4915b895fab1528ee5081edaa94e951b523e.tar.gz rust-b24d4915b895fab1528ee5081edaa94e951b523e.zip | |
docs: add newline before example
Diffstat (limited to 'compiler/rustc_error_codes/src')
| -rw-r--r-- | compiler/rustc_error_codes/src/error_codes/E0722.md | 1 |
1 files changed, 1 insertions, 0 deletions
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)] |
