diff options
| author | Steve Klabnik <steve@steveklabnik.com> | 2014-10-08 16:44:40 -0400 |
|---|---|---|
| committer | Steve Klabnik <steve@steveklabnik.com> | 2014-10-08 16:44:40 -0400 |
| commit | 3f1ed8608d6c049b4f5beab95fe8acd5ae310b76 (patch) | |
| tree | 5cec6594dac9d1656b66d673c9155ac85f369b2a | |
| parent | 95090922b376530e356e5160faef50bee18761da (diff) | |
| download | rust-3f1ed8608d6c049b4f5beab95fe8acd5ae310b76.tar.gz rust-3f1ed8608d6c049b4f5beab95fe8acd5ae310b76.zip | |
remove crate_id attribute, add crate_name one
this is true as of https://github.com/rust-lang/rust/pull/15319
| -rw-r--r-- | src/doc/reference.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/reference.md b/src/doc/reference.md index a9e247ab93b..7c0caf0d915 100644 --- a/src/doc/reference.md +++ b/src/doc/reference.md @@ -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 |
