Skip to content

Commit bd24325

Browse files
committed
Do not include the src/Cargo.toml
distcheck complains that this file references projects not cotnained in the tarball
1 parent 8cd4cac commit bd24325

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/bootstrap/dist.rs

-1
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,6 @@ impl Step for Src {
725725
t!(fs::create_dir_all(&dst_src));
726726

727727
let src_files = [
728-
"src/Cargo.toml",
729728
"src/Cargo.lock",
730729
];
731730
// This is the reduced set of paths which will become the rust-src component

0 commit comments

Comments
 (0)