]> git.lizzy.rs Git - rust.git/blob - clippy_tests/examples/useless_attribute.stderr
Fix the test suite after cargo update
[rust.git] / clippy_tests / examples / useless_attribute.stderr
1 error[E0463]: can't find crate for `clippy_lints`
2  --> useless_attribute.rs:6:1
3   |
4 6 | extern crate clippy_lints;
5   | ^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
6
7 error: aborting due to previous error(s)
8
9
10 To learn more, run the command again with --verbose.