@@ -135,9 +135,9 @@ The `ident` production is any nonempty Unicode string of the following form:
135135
136136that does _ not_ occur in the set of [ keywords] ( #keywords ) .
137137
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.
141141
142142### Delimiter-restricted productions
143143
@@ -933,9 +933,9 @@ Usually a `use` declaration is used to shorten the path required to refer to a
933933module item. These declarations may appear at the top of [ modules] ( #modules ) and
934934[ blocks] ( #blocks ) .
935935
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.
939939
940940Use declarations support a number of convenient shortcuts:
941941
@@ -2538,8 +2538,8 @@ within a statement block is simply a way of restricting its scope to a narrow
25382538region containing all of its uses; it is otherwise identical in meaning to
25392539declaring the item outside the statement block.
25402540
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.
25432543
25442544#### Slot declarations
25452545
0 commit comments