Skip to content

Commit e63e22d

Browse files
committed
Fix error E0460 when compiled on Rustc repo
1 parent e74f3fa commit e63e22d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/compile-test.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ fn clippy_driver_path() -> PathBuf {
3737
// Because it would force-rebuild if the options passed to `build` command is not the same
3838
// as what we manually pass to `cargo` invocation
3939
fn third_party_crates() -> String {
40-
use std::collections::hash_map::Entry::Vacant;
4140
use std::collections::HashMap;
4241
static CRATES: &[&str] = &["serde", "serde_derive", "regex", "clippy_lints"];
4342
let dep_dir = cargo::TARGET_LIB.join("deps");

0 commit comments

Comments
 (0)