Skip to content

Commit 3ae7d14

Browse files
jyn514petrochenkov
andauthored
Update crate-attr.md
Co-authored-by: Vadim Petrochenkov <vadim.petrochenkov@gmail.com>
1 parent 720cc36 commit 3ae7d14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/unstable-book/src/compiler-flags/crate-attr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ To inject multiple attributes, pass `-Z crate-attr` multiple times.
1111

1212
Formally, the expansion behaves as follows:
1313
1. The crate is parsed as if `-Z crate-attr` were not present.
14-
2. The attributes in `-Z crate-attr` are parsed and validated.
14+
2. The attributes in `-Z crate-attr` are parsed.
1515
3. The attributes are injected at the top of the crate root.
1616
4. Macro expansion is performed.

0 commit comments

Comments
 (0)