about summary refs log tree commit diff
path: root/compiler/rustc_error_codes
diff options
context:
space:
mode:
authorJamilya Shurukhova <jamilya.shurukhova@jetbrains.com>2023-03-16 10:26:34 +0100
committerJamilya Shurukhova <jamilya.shurukhova@jetbrains.com>2023-03-16 10:26:34 +0100
commit1f12c3e397dd36c8ad7ea376f7e5a2aaaa3b7a26 (patch)
tree656eeff44c7684c52d075d257a3b8448f73d6461 /compiler/rustc_error_codes
parentdc39bf8efc06bda8f510d1d64ce3302acc7ac0a3 (diff)
downloadrust-1f12c3e397dd36c8ad7ea376f7e5a2aaaa3b7a26.tar.gz
rust-1f12c3e397dd36c8ad7ea376f7e5a2aaaa3b7a26.zip
E0206 - removed space
Diffstat (limited to 'compiler/rustc_error_codes')
-rw-r--r--compiler/rustc_error_codes/src/error_codes/E0206.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler/rustc_error_codes/src/error_codes/E0206.md b/compiler/rustc_error_codes/src/error_codes/E0206.md
index a0a6c0ffdce..b3e5d6e28d8 100644
--- a/compiler/rustc_error_codes/src/error_codes/E0206.md
+++ b/compiler/rustc_error_codes/src/error_codes/E0206.md
@@ -1,5 +1,4 @@
-The `Copy` trait was implemented on a type which is neither a struct nor an
-enum nor a union.
+The `Copy` trait was implemented on a type which is neither a struct nor an enum nor a union.
 
 Erroneous code example: