We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55be692 commit 8af02faCopy full SHA for 8af02fa
src/libcore/num/dec2flt/mod.rs
@@ -129,8 +129,6 @@ macro_rules! from_str_float_impl {
129
///
130
/// # Grammar
131
132
- /// [EBNF]: https://www.w3.org/TR/REC-xml/#sec-notation
133
- ///
134
/// All strings that adhere to the following [EBNF] grammar
135
/// will result in an [`Ok`] being returned:
136
@@ -144,6 +142,8 @@ macro_rules! from_str_float_impl {
144
142
/// Digit ::= [0-9]
145
143
/// ```
146
+ /// [EBNF]: https://www.w3.org/TR/REC-xml/#sec-notation
+ ///
147
/// # Known bugs
148
149
/// In some situations, some strings that should create a valid float
0 commit comments