We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4375cf3 commit 898898dCopy full SHA for 898898d
crates/proc-macro-test/build.rs
@@ -35,7 +35,7 @@ fn main() {
35
println!("Creating {}", src_dir.display());
36
std::fs::create_dir_all(src_dir).unwrap();
37
38
- for item_els in [&["Cargo.toml"][..], &["Cargo.lock"], &["src", "lib.rs"]] {
+ for item_els in [&["Cargo.toml"][..], &["src", "lib.rs"]] {
39
let mut src = imp_dir.clone();
40
let mut dst = staging_dir.clone();
41
for el in item_els {
0 commit comments