Skip to content

Commit

Permalink
Fix error E0460 when compiled on Rustc repo
Browse files Browse the repository at this point in the history
  • Loading branch information
tesuji committed Feb 9, 2020
1 parent e74f3fa commit e63e22d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/compile-test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ fn clippy_driver_path() -> PathBuf {
// Because it would force-rebuild if the options passed to `build` command is not the same
// as what we manually pass to `cargo` invocation
fn third_party_crates() -> String {
use std::collections::hash_map::Entry::Vacant;
use std::collections::HashMap;
static CRATES: &[&str] = &["serde", "serde_derive", "regex", "clippy_lints"];
let dep_dir = cargo::TARGET_LIB.join("deps");
Expand Down

0 comments on commit e63e22d

Please sign in to comment.