Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3ae7d14

Browse files
jyn514petrochenkov
andauthoredMar 9, 2025··
Update crate-attr.md
Co-authored-by: Vadim Petrochenkov <[email protected]>
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

+1-1
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)
Please sign in to comment.