tweak 'known issues' wording

This commit is contained in:
Corey Farwell 2018-12-03 12:28:56 -08:00 committed by GitHub
parent 1798d51da6
commit 694b18d973
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -146,8 +146,8 @@ macro_rules! from_str_float_impl {
///
/// # Known bugs
///
/// * [#31407]: Some strings that adhere to the regular expression
/// above will incorrectly return an [`Err`].
/// In some situations, some strings that should create a valid float
/// instead return an error. See [issue #31407] for details.
///
/// [#31407]: https://github.com/rust-lang/rust/issues/31407
///