Skip to content

Commit

Permalink
remove crate_id attribute, add crate_name one
Browse files Browse the repository at this point in the history
this is true as of rust-lang#15319
  • Loading branch information
steveklabnik committed Oct 8, 2014
1 parent 9509092 commit 3f1ed86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -1894,7 +1894,7 @@ type int8_t = i8;
### Crate-only attributes

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

0 comments on commit 3f1ed86

Please sign in to comment.