Skip to content

Commit 8af02fa

Browse files
authored
reposition markdown hyperlink reference
1 parent 55be692 commit 8af02fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libcore/num/dec2flt/mod.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,6 @@ macro_rules! from_str_float_impl {
129129
///
130130
/// # Grammar
131131
///
132-
/// [EBNF]: https://www.w3.org/TR/REC-xml/#sec-notation
133-
///
134132
/// All strings that adhere to the following [EBNF] grammar
135133
/// will result in an [`Ok`] being returned:
136134
///
@@ -144,6 +142,8 @@ macro_rules! from_str_float_impl {
144142
/// Digit ::= [0-9]
145143
/// ```
146144
///
145+
/// [EBNF]: https://www.w3.org/TR/REC-xml/#sec-notation
146+
///
147147
/// # Known bugs
148148
///
149149
/// In some situations, some strings that should create a valid float

0 commit comments

Comments
 (0)