From 9d54bb28b30d26688f71cff672c68ed4fe00ab1e Mon Sep 17 00:00:00 2001 From: Josh White Date: Sat, 8 Feb 2020 16:26:09 -0500 Subject: Tidied up E0637.md --- src/librustc_error_codes/error_codes/E0637.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/librustc_error_codes/error_codes') diff --git a/src/librustc_error_codes/error_codes/E0637.md b/src/librustc_error_codes/error_codes/E0637.md index f21b1749ec7..e114d3d0f94 100644 --- a/src/librustc_error_codes/error_codes/E0637.md +++ b/src/librustc_error_codes/error_codes/E0637.md @@ -13,9 +13,9 @@ fn longest<'_>(str1: &'_ str, str2: &'_ str) -> &'_ str { ``` `'_`, cannot be used as a lifetime identifier because it is a reserved for the anonymous lifetime. To fix this, use a lowercase letter such as 'a, or a series -of lowercase letters such as `'foo`. For more information, see [the book][bk-no]. -For more information on using the anonymous lifetime in rust nightly, see [the -nightly book][bk-al]. +of lowercase letters such as `'foo`. For more information, see [the +book][bk-no]. For more information on using the anonymous lifetime in rust +nightly, see [the nightly book][bk-al]. Corrected example: ``` -- cgit 1.4.1-3-g733a5