Skip to content

Commit be09d08

Browse files
authored
Merge pull request #539 from Havvy/remove-undoc
Remove undocumented page
2 parents c207931 + d07dadb commit be09d08

File tree

3 files changed

+2
-29
lines changed

3 files changed

+2
-29
lines changed

src/SUMMARY.md

-1
Original file line numberDiff line numberDiff line change
@@ -123,5 +123,4 @@
123123
- [Appendices](appendices.md)
124124
- [Macro Follow-Set Ambiguity Formal Specification](macro-ambiguity.md)
125125
- [Influences](influences.md)
126-
- [As-Yet-Undocumented Features](undocumented.md)
127126
- [Glossary](glossary.md)

src/introduction.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ provides three kinds of material:
1212
<div class="warning">
1313

1414
Warning: This book is incomplete. Documenting everything takes a while. See
15-
the [undocumented] page for what is not documented in this book.
15+
the [GitHub issues] for what is not documented in this book.
1616

1717
</div>
1818

@@ -132,9 +132,9 @@ discord. Knowing what people use this book for the most helps direct our
132132
attention to making those sections the best that they can be.
133133

134134
[book]: ../book/index.html
135+
[github issues]: https://github.com/rust-lang-nursery/reference/issues
135136
[standard library]: ../std/index.html
136137
[the Rust Reference repository]: https://github.com/rust-lang-nursery/reference/
137-
[big issue]: https://github.com/rust-lang-nursery/reference/issues/9
138138
[Unstable Book]: https://doc.rust-lang.org/nightly/unstable-book/
139139
[_Expression_]: expressions.html
140140
[cargo book]: ../cargo/index.html
@@ -143,5 +143,4 @@ attention to making those sections the best that they can be.
143143
[lifetime of temporaries]: expressions.html#temporary-lifetimes
144144
[linkage]: linkage.html
145145
[rustc book]: ../rustc/index.html
146-
[undocumented]: undocumented.html
147146
[Notation]: notation.html

src/undocumented.md

-25
This file was deleted.

0 commit comments

Comments
 (0)