From 15f79d890522028e88a60992b76c0fce26024a8f Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Mon, 3 Dec 2018 12:29:28 -0800 Subject: [PATCH] ...and fix a link --- src/libcore/num/dec2flt/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libcore/num/dec2flt/mod.rs b/src/libcore/num/dec2flt/mod.rs index 759c2e8c953e..1926d84d0439 100644 --- a/src/libcore/num/dec2flt/mod.rs +++ b/src/libcore/num/dec2flt/mod.rs @@ -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 ///