We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
serde_derive
1 parent 47abd0a commit 3485d22Copy full SHA for 3485d22
tests/cargo/mod.rs
@@ -52,7 +52,7 @@ impl BuildInfo {
52
// `--extern dep=path`.
53
// See https://github.com/rust-lang/rust-clippy/issues/4015.
54
pub fn third_party_crates() -> Vec<(&'static str, PathBuf)> {
55
- const THIRD_PARTY_CRATES: [&str; 3] = ["serde", "regex", "clippy_lints"];
+ const THIRD_PARTY_CRATES: [&str; 4] = ["serde", "serde_derive", "regex", "clippy_lints"];
56
let cargo = env::var_os("CARGO");
57
let cargo = cargo.as_deref().unwrap_or_else(|| OsStr::new("cargo"));
58
let output = Command::new(cargo)
0 commit comments