Skip to content

Commit 898898d

Browse files
Don't copy the Cargo.lock
1 parent 4375cf3 commit 898898d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/proc-macro-test/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ fn main() {
3535
println!("Creating {}", src_dir.display());
3636
std::fs::create_dir_all(src_dir).unwrap();
3737

38-
for item_els in [&["Cargo.toml"][..], &["Cargo.lock"], &["src", "lib.rs"]] {
38+
for item_els in [&["Cargo.toml"][..], &["src", "lib.rs"]] {
3939
let mut src = imp_dir.clone();
4040
let mut dst = staging_dir.clone();
4141
for el in item_els {

0 commit comments

Comments
 (0)