Clean up E0602 explanation

This commit is contained in:
Guillaume Gomez 2020-05-24 12:52:45 +02:00
parent 97f3eeec82
commit 2220eb4d8a

View file

@ -1,9 +1,9 @@
An unknown lint was used on the command line. An unknown lint was used on the command line.
Erroneous example: Erroneous code example:
```sh ```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. Maybe you just misspelled the lint name or the lint doesn't exist anymore.