...and fix a link

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

View file

@ -149,7 +149,7 @@ macro_rules! from_str_float_impl {
/// 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
/// [issue #31407]: https://github.com/rust-lang/rust/issues/31407
///
/// # Arguments
///