Skip to content

Commit 3f1ed86

Browse files
committed
remove crate_id attribute, add crate_name one
this is true as of #15319
1 parent 9509092 commit 3f1ed86

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
@@ -1894,7 +1894,7 @@ type int8_t = i8;
18941894
18951895
### Crate-only attributes
18961896

1897-
- `crate_id` - specify the this crate's crate ID.
1897+
- `crate_name` - specify the this crate's crate name.
18981898
- `crate_type` - see [linkage](#linkage).
18991899
- `feature` - see [compiler features](#compiler-features).
19001900
- `no_builtins` - disable optimizing certain code patterns to invocations of

0 commit comments

Comments
 (0)