Skip to content

Commit 5e8e657

Browse files
mbrubeckmdinger
authored andcommitted
[reference] Fix missing formatting.
1 parent 7089c5e commit 5e8e657

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2291,7 +2291,7 @@ The currently implemented features of the reference compiler are:
22912291
terms of encapsulation).
22922292

22932293
If a feature is promoted to a language feature, then all existing programs will
2294-
start to receive compilation warnings about #[feature] directives which enabled
2294+
start to receive compilation warnings about `#![feature]` directives which enabled
22952295
the new feature (because the directive is no longer necessary). However, if a
22962296
feature is decided to be removed from the language, errors will be issued (if
22972297
there isn't a parser error first). The directive in this case is no longer

0 commit comments

Comments
 (0)