From: Corey Farwell Date: Wed, 23 Jan 2019 03:51:33 +0000 (-0500) Subject: reposition markdown hyperlink reference X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=8af02faab8434d63b6eedb7b5e8f47d0ff0b5e6c;p=rust.git reposition markdown hyperlink reference --- 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