Skip to content

Commit

Permalink
Rollup merge of #72530 - GuillaumeGomez:cleanup-e0602, r=Dylan-DPC
Browse files Browse the repository at this point in the history
Clean up E0602 explanation

r? @Dylan-DPC
  • Loading branch information
RalfJung authored May 24, 2020
2 parents a75068a + 2220eb4 commit cdeef96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/librustc_error_codes/error_codes/E0602.md
Original file line number Diff line number Diff line change
@@ -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 cdeef96

Please sign in to comment.