2017-05-17 07:19:44 -05:00
|
|
|
error[E0463]: can't find crate for `clippy_lints`
|
2017-05-17 10:51:35 -05:00
|
|
|
--> useless_attribute.rs:6:1
|
2017-05-17 07:19:44 -05:00
|
|
|
|
|
|
|
|
6 | extern crate clippy_lints;
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
|
|
|
|
|
2017-07-02 23:37:30 -05:00
|
|
|
error: aborting due to previous error
|
2017-05-17 07:19:44 -05:00
|
|
|
|
|
|
|
|
|
|
|
To learn more, run the command again with --verbose.
|