about summary refs log tree commit diff
path: root/compiler/rustc_error_codes/src
diff options
context:
space:
mode:
authorNicholas Nethercote <n.nethercote@gmail.com>2024-05-08 19:16:20 +1000
committerNicholas Nethercote <n.nethercote@gmail.com>2024-05-13 07:53:38 +1000
commitf12e9357955c915bb5b34f5917eb016647410c71 (patch)
tree56002e4235e2b08101558ad6b663dc329f9641ed /compiler/rustc_error_codes/src
parent852a78ea8de3aa24c50457340d9560547bc67008 (diff)
downloadrust-f12e9357955c915bb5b34f5917eb016647410c71.tar.gz
rust-f12e9357955c915bb5b34f5917eb016647410c71.zip
Remove a stray backtick in an error explanation.
Diffstat (limited to 'compiler/rustc_error_codes/src')
-rw-r--r--compiler/rustc_error_codes/src/error_codes/E0457.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_error_codes/src/error_codes/E0457.md b/compiler/rustc_error_codes/src/error_codes/E0457.md
index e2dbf53a0f8..47bff4bc49f 100644
--- a/compiler/rustc_error_codes/src/error_codes/E0457.md
+++ b/compiler/rustc_error_codes/src/error_codes/E0457.md
@@ -1,4 +1,4 @@
-#### Note: this error code is no longer emitted by the compiler`
+#### Note: this error code is no longer emitted by the compiler
 
 Plugin `..` only found in rlib format, but must be available in dylib format.