Skip to content

Commit

Permalink
Do not include the src/Cargo.toml
Browse files Browse the repository at this point in the history
distcheck complains that this file references projects not cotnained in the tarball
  • Loading branch information
RalfJung committed Aug 26, 2017
1 parent 8cd4cac commit bd24325
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bootstrap/dist.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bd24325

Please sign in to comment.