]> git.lizzy.rs Git - rust.git/commitdiff
Small cleanup for E0705 explanation
authorGuillaume Gomez <guillaume1.gomez@gmail.com>
Sat, 27 Jun 2020 11:07:59 +0000 (13:07 +0200)
committerGuillaume Gomez <guillaume1.gomez@gmail.com>
Sat, 27 Jun 2020 11:07:59 +0000 (13:07 +0200)
src/librustc_error_codes/error_codes/E0705.md

index 8fa09fe8e725bf6cdee57e78b08444dee62d3b64..1edd47de4cbbd0d0b6238b5dd85cf8afe9586707 100644 (file)
@@ -1,5 +1,5 @@
-A `#![feature]` attribute was declared for a feature that is stable in
-the current edition, but not in all editions.
+A `#![feature]` attribute was declared for a feature that is stable in the
+current edition, but not in all editions.
 
 Erroneous code example: