From 8af02faab8434d63b6eedb7b5e8f47d0ff0b5e6c Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Tue, 22 Jan 2019 22:51:33 -0500 Subject: [PATCH] reposition markdown hyperlink reference --- src/libcore/num/dec2flt/mod.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libcore/num/dec2flt/mod.rs b/src/libcore/num/dec2flt/mod.rs index 8bde41fefd5..c137986e684 100644 --- a/src/libcore/num/dec2flt/mod.rs +++ b/src/libcore/num/dec2flt/mod.rs @@ -129,8 +129,6 @@ impl FromStr for $t { /// /// # Grammar /// - /// [EBNF]: https://www.w3.org/TR/REC-xml/#sec-notation - /// /// All strings that adhere to the following [EBNF] grammar /// will result in an [`Ok`] being returned: /// @@ -144,6 +142,8 @@ impl FromStr for $t { /// Digit ::= [0-9] /// ``` /// + /// [EBNF]: https://www.w3.org/TR/REC-xml/#sec-notation + /// /// # Known bugs /// /// In some situations, some strings that should create a valid float -- 2.44.0