docs: add newline before example

This commit is contained in:
Chris Midgley 2021-07-21 10:58:35 +01:00
parent adc5de601f
commit b24d4915b8

View file

@ -18,6 +18,7 @@ The `#[optimize]` attribute should be used as follows:
that's faster rather than smaller that's faster rather than smaller
For example: For example:
``` ```
#![feature(optimize_attribute)] #![feature(optimize_attribute)]