From bd24325ce1c4af21d519ca38e6973a6018ee7ad8 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Sat, 26 Aug 2017 15:29:17 +0200 Subject: [PATCH] Do not include the src/Cargo.toml distcheck complains that this file references projects not cotnained in the tarball --- src/bootstrap/dist.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bootstrap/dist.rs b/src/bootstrap/dist.rs index 8d3fc066982..bd1cae65a35 100644 --- a/src/bootstrap/dist.rs +++ b/src/bootstrap/dist.rs @@ -725,7 +725,6 @@ impl Step for Src { t!(fs::create_dir_all(&dst_src)); let src_files = [ - "src/Cargo.toml", "src/Cargo.lock", ]; // This is the reduced set of paths which will become the rust-src component