Skip to content

Commit

Permalink
Clean up E0602 explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed May 24, 2020
1 parent 97f3eee commit 2220eb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/librustc_error_codes/error_codes/E0602.md
@@ -1,9 +1,9 @@
An unknown lint was used on the command line.

Erroneous example:
Erroneous code example:

```sh
rustc -D bogus omse_file.rs
rustc -D bogus rust_file.rs
```

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

0 comments on commit 2220eb4

Please sign in to comment.