Skip to content

Commit 2220eb4

Browse files
Clean up E0602 explanation
1 parent 97f3eee commit 2220eb4

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

+2-2
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)