Skip to content

Commit 6a67df1

Browse files
committed
---
yaml --- r: 24191 b: refs/heads/master c: bf82d68 h: refs/heads/master i: 24189: 78ca7e0 24187: 0dfbbbb 24183: d5bf1e8 24175: 9b6176b 24159: 9cfbfe4 24127: def1b2f 24063: fff145a v: v3
1 parent ad6b16a commit 6a67df1

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: d26e2a9ce674150f06edc427edd3837a8950d374
2+
refs/heads/master: bf82d689ce46875964be07abdf38f5268727c2aa
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: cd6f24f9d14ac90d167386a56e7a6ac1f0318195
55
refs/heads/try: ffbe0e0e00374358b789b0037bcb3a577cd218be

trunk/doc/rust.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ grammar as double-quoted strings. Other tokens have exact rules given.
200200
The keywords in [crate files](#crate-files) are the following strings:
201201

202202
~~~~~~~~ {.keyword}
203-
export use mod
203+
mod priv pub use
204204
~~~~~~~~
205205

206206
The keywords in [source files](#source-files) are the following strings:
@@ -616,7 +616,7 @@ or a *configuration* in Mesa.] A crate file describes:
616616
and copyright. These are used for linking, versioning and distributing
617617
crates.
618618
* The source-file and directory modules that make up the crate.
619-
* Any `use`, `extern mod` or `export` [view items](#view-items) that apply to
619+
* Any `use` or `extern mod` [view items](#view-items) that apply to
620620
the anonymous module at the top-level of the crate's module tree.
621621

622622
An example of a crate file:
@@ -764,7 +764,7 @@ mod math {
764764
#### View items
765765

766766
~~~~~~~~ {.ebnf .gram}
767-
view_item : extern_mod_decl | use_decl | export_decl ;
767+
view_item : extern_mod_decl | use_decl ;
768768
~~~~~~~~
769769

770770
A view item manages the namespace of a module; it does not define new items
@@ -773,7 +773,6 @@ view item:
773773

774774
* [extern mod declarations](#extern-mod-declarations)
775775
* [use declarations](#use-declarations)
776-
* [export declarations](#export-declarations)
777776

778777
##### Extern mod declarations
779778

0 commit comments

Comments
 (0)