Skip to content

Commit cdeef96

Browse files
authored
Rollup merge of #72530 - GuillaumeGomez:cleanup-e0602, r=Dylan-DPC
Clean up E0602 explanation r? @Dylan-DPC
2 parents a75068a + 2220eb4 commit cdeef96

File tree

1 file changed

+2
-2
lines changed
  • src/librustc_error_codes/error_codes

1 file changed

+2
-2
lines changed

src/librustc_error_codes/error_codes/E0602.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
An unknown lint was used on the command line.
22

3-
Erroneous example:
3+
Erroneous code example:
44

55
```sh
6-
rustc -D bogus omse_file.rs
6+
rustc -D bogus rust_file.rs
77
```
88

99
Maybe you just misspelled the lint name or the lint doesn't exist anymore.

0 commit comments

Comments
 (0)