Add backticks around language keyword

This commit is contained in:
Kelvin Ly 2015-05-15 00:07:01 -04:00
parent 507f8b8d94
commit 190de695f5

View File

@ -367,7 +367,7 @@ it has been disabled for now.
E0197: r##"
Inherent implementations (one that do not implement a trait but provide
methods associated with a type) are always safe because they are not
implementing an unsafe trait. Removing the unsafe keyword from the inherent
implementing an unsafe trait. Removing the `unsafe` keyword from the inherent
implementation will resolve this error.
```