Skip to content

Commit dfcfd00

Browse files
author
Keegan McAllister
committed
Update some old references to rust.md
1 parent e382802 commit dfcfd00

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/doc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ something like:
3333
pandoc --from=markdown --to=html5 --number-sections -o reference.html reference.md
3434
~~~~
3535

36-
(rust.md being the Rust Reference Manual.)
36+
(reference.md being the Rust Reference Manual.)
3737

3838
The syntax for pandoc flavored markdown can be found at:
3939
http://johnmacfarlane.net/pandoc/README.html#pandocs-markdown

src/doc/complement-design-faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ representation as a primitive. This allows using Rust `enum`s in FFI where C
3939
`enum`s are also used, for most use cases. The attribute can also be applied
4040
to `struct`s to get the same layout as a C struct would.
4141

42-
[repr]: rust.html#miscellaneous-attributes
42+
[repr]: reference.html#miscellaneous-attributes
4343

4444
## There is no GC
4545

src/libsyntax/feature_gate.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ static KNOWN_FEATURES: &'static [(&'static str, Status)] = &[
7373

7474
("if_let", Active),
7575

76-
// if you change this list without updating src/doc/rust.md, cmr will be sad
76+
// if you change this list without updating src/doc/reference.md, cmr will be sad
7777

7878
// A temporary feature gate used to enable parser extensions needed
7979
// to bootstrap fix for #5723.

0 commit comments

Comments
 (0)