mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-25 15:04:33 +00:00
Do not include the src/Cargo.toml
distcheck complains that this file references projects not cotnained in the tarball
This commit is contained in:
parent
8cd4cacbc7
commit
bd24325ce1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user