Skip to content

Commit c4a04d5

Browse files
committed
---
yaml --- r: 30791 b: refs/heads/incoming c: bf82d68 h: refs/heads/master i: 30789: 04b6d4f 30787: a464537 30783: ba7f57b v: v3
1 parent 48919a9 commit c4a04d5

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
@@ -6,7 +6,7 @@ refs/heads/try: d324a424d8f84b1eb049b12cf34182bda91b0024
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: d0c6ce338884ee21843f4b40bf6bf18d222ce5df
9-
refs/heads/incoming: d26e2a9ce674150f06edc427edd3837a8950d374
9+
refs/heads/incoming: bf82d689ce46875964be07abdf38f5268727c2aa
1010
refs/heads/dist-snap: 2f32a1581f522e524009138b33b1c7049ced668d
1111
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
1212
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503

branches/incoming/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)