@@ -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
@@ -2538,8 +2538,8 @@ within a statement block is simply a way of restricting its scope to a narrow
2538
2538
region containing all of its uses; it is otherwise identical in meaning to
2539
2539
declaring the item outside the statement block.
2540
2540
2541
- Note: there is no implicit capture of the function's dynamic environment when
2542
- declaring a function-local item.
2541
+ > ** Note** : there is no implicit capture of the function's dynamic environment when
2542
+ > declaring a function-local item.
2543
2543
2544
2544
#### Slot declarations
2545
2545
0 commit comments