about summary refs log tree commit diff
path: root/src/librustc_error_codes/error_codes
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2020-07-16 11:18:29 -0700
committerGitHub <noreply@github.com>2020-07-16 11:18:29 -0700
commit6309d9fb5896b8a9483376eeaec1c849b253de42 (patch)
tree1c0aea3159133dc39c8a2e85853f74235b1ab339 /src/librustc_error_codes/error_codes
parenta8bb2458e1798891112e53b08fe72477fdb75070 (diff)
parent99c15133638c42253592a9bbe705ff215c9dd563 (diff)
downloadrust-6309d9fb5896b8a9483376eeaec1c849b253de42.tar.gz
rust-6309d9fb5896b8a9483376eeaec1c849b253de42.zip
Rollup merge of #73794 - GuillaumeGomez:cleanup-e0705, r=Dylan-DPC
Small cleanup for E0705 explanation

r? @Dylan-DPC
Diffstat (limited to 'src/librustc_error_codes/error_codes')
-rw-r--r--src/librustc_error_codes/error_codes/E0705.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/librustc_error_codes/error_codes/E0705.md b/src/librustc_error_codes/error_codes/E0705.md
index 8fa09fe8e72..1edd47de4cb 100644
--- a/src/librustc_error_codes/error_codes/E0705.md
+++ b/src/librustc_error_codes/error_codes/E0705.md
@@ -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: