@@ -135,9 +135,9 @@ The `ident` production is any nonempty Unicode string of the following form:
135
135
136
136
that does _ not_ occur in the set of [ keywords] ( #keywords ) .
137
137
138
- Note: ` XID_start ` and ` XID_continue ` as character properties cover the
139
- character ranges used to form the more familiar C and Java language-family
140
- identifiers.
138
+ > ** Note** : ` XID_start ` and ` XID_continue ` as character properties cover the
139
+ > character ranges used to form the more familiar C and Java language-family
140
+ > identifiers.
141
141
142
142
### Delimiter-restricted productions
143
143
@@ -933,9 +933,9 @@ Usually a `use` declaration is used to shorten the path required to refer to a
933
933
module item. These declarations may appear at the top of [ modules] ( #modules ) and
934
934
[ blocks] ( #blocks ) .
935
935
936
- * Note* : Unlike in many languages,
937
- ` use ` declarations in Rust do * not* declare linkage dependency with external crates.
938
- Rather, [ ` extern crate ` declarations] ( #extern-crate-declarations ) declare linkage dependencies.
936
+ > ** Note* * : Unlike in many languages,
937
+ > ` use ` declarations in Rust do * not* declare linkage dependency with external crates.
938
+ > Rather, [ ` extern crate ` declarations] ( #extern-crate-declarations ) declare linkage dependencies.
939
939
940
940
Use declarations support a number of convenient shortcuts:
941
941
@@ -2573,8 +2573,8 @@ within a statement block is simply a way of restricting its scope to a narrow
2573
2573
region containing all of its uses; it is otherwise identical in meaning to
2574
2574
declaring the item outside the statement block.
2575
2575
2576
- Note: there is no implicit capture of the function's dynamic environment when
2577
- declaring a function-local item.
2576
+ > ** Note** : there is no implicit capture of the function's dynamic environment when
2577
+ > declaring a function-local item.
2578
2578
2579
2579
#### Slot declarations
2580
2580
0 commit comments