Skip to content

Commit 190de69

Browse files
committed
Add backticks around language keyword
1 parent 507f8b8 commit 190de69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_typeck/diagnostics.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ it has been disabled for now.
367367
E0197: r##"
368368
Inherent implementations (one that do not implement a trait but provide
369369
methods associated with a type) are always safe because they are not
370-
implementing an unsafe trait. Removing the unsafe keyword from the inherent
370+
implementing an unsafe trait. Removing the `unsafe` keyword from the inherent
371371
implementation will resolve this error.
372372
373373
```

0 commit comments

Comments
 (0)