]> git.lizzy.rs Git - rust.git/commitdiff
Add missing backtick in E0569 explanation
authorGuillaume Gomez <guillaume1.gomez@gmail.com>
Sat, 9 May 2020 11:48:11 +0000 (13:48 +0200)
committerGuillaume Gomez <guillaume1.gomez@gmail.com>
Sat, 9 May 2020 11:51:46 +0000 (13:51 +0200)
src/librustc_error_codes/error_codes/E0569.md

index 4cba0cf9c96baab174750a9090ad118deb4fabd8..2ca2b57ecace5f7d277fcaa6d19078f055a3c73c 100644 (file)
@@ -1,5 +1,5 @@
 If an impl has a generic parameter with the `#[may_dangle]` attribute, then
-that impl must be declared as an `unsafe impl.
+that impl must be declared as an `unsafe impl`.
 
 Erroneous code example: