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 1027dc1 commit 55be692Copy full SHA for 55be692
src/libcore/num/dec2flt/mod.rs
@@ -129,7 +129,9 @@ macro_rules! from_str_float_impl {
129
///
130
/// # Grammar
131
132
- /// All strings that adhere to the following EBNF grammar
+ /// [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
137
/// ```txt
0 commit comments