@@ -13,9 +13,8 @@ provides three kinds of material:
13
13
14
14
<div class =" warning " >
15
15
16
- Warning: This book is incomplete. Documenting everything takes a
17
- while. We have a [ big issue] to track documentation for every Rust feature,
18
- so check that out if you can't find something here.
16
+ Warning: This book is incomplete. Documenting everything takes a while. See
17
+ the [ undocumented] page for what is not documented in this book.
19
18
20
19
</div >
21
20
@@ -81,10 +80,10 @@ information. These conventions are documented here.
81
80
An * example term* is an example of a term beind defined.
82
81
83
82
* Notes that contain useful information about the state of the book or point out
84
- useful, but mostly out of scope, information are in blockquotes that start with
85
- the word "Note:" in ** bold** .
83
+ useful, but mostly out of scope, information are in blockquotes that start
84
+ with the word "Note:" in ** bold** .
86
85
87
- > Note: This is an example note.
86
+ > ** Note** : This is an example note.
88
87
89
88
* Warnings that show unsound behavior in the language or possibly confusing
90
89
interactions of language features are in a special warning box.
@@ -108,7 +107,7 @@ information. These conventions are documented here.
108
107
```
109
108
110
109
* The grammar and lexical structure is in blockquotes with either "Lexer" or
111
- "Syntax" in ** bold** as the first line in < sup >superscript</ sup > .
110
+ "Syntax" in < sup > ** bold** superscript</ sup > as the first line.
112
111
113
112
> ** <sup >Syntax</sup >** \
114
113
> _ ExampleGrammar_ :\
@@ -138,4 +137,5 @@ attention to making those sections the best that they can be.
138
137
[ expressions chapter ] : expressions.html
139
138
[ lifetime of temporaries ] : expressions.html#temporary-lifetimes
140
139
[ linkage ] : linkage.html
141
- [ rustc book ] : ../rustc/index.html
140
+ [ rustc book ] : ../rustc/index.html
141
+ [ undocumented ] : undocumeted.html
0 commit comments