We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cd4cac commit bd24325Copy full SHA for bd24325
1 file changed
src/bootstrap/dist.rs
@@ -725,7 +725,6 @@ impl Step for Src {
725
t!(fs::create_dir_all(&dst_src));
726
727
let src_files = [
728
- "src/Cargo.toml",
729
"src/Cargo.lock",
730
];
731
// This is the reduced set of paths which will become the rust-src component
0 commit comments