Do not include the src/Cargo.toml

distcheck complains that this file references projects not cotnained in the tarball
This commit is contained in:
Ralf Jung 2017-08-26 15:29:17 +02:00
parent 8cd4cacbc7
commit bd24325ce1

View File

@ -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