mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-04 02:54:00 +00:00
removed reference to crate file keywords
This commit is contained in:
parent
5e6d7871c6
commit
6d09fc2cd8
@ -202,13 +202,7 @@ grammar as double-quoted strings. Other tokens have exact rules given.
|
||||
|
||||
### Keywords
|
||||
|
||||
The keywords in [crate files](#crate-files) are the following strings:
|
||||
|
||||
~~~~~~~~ {.keyword}
|
||||
mod priv pub use
|
||||
~~~~~~~~
|
||||
|
||||
The keywords in [source files](#source-files) are the following strings:
|
||||
The keywords are the following strings:
|
||||
|
||||
~~~~~~~~ {.keyword}
|
||||
as assert
|
||||
|
Loading…
Reference in New Issue
Block a user