Skip to content

Commit

Permalink
remove non-sysroot sources from rust-src component
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Mar 2, 2020
1 parent e86c9e6 commit cbf52b1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/bootstrap/dist.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1002,8 +1002,6 @@ impl Step for Src {
"src/tools/rustc-std-workspace-core",
"src/tools/rustc-std-workspace-alloc",
"src/tools/rustc-std-workspace-std",
"src/librustc",
"src/librustc_ast",
];

copy_src_dirs(builder, &std_src_dirs[..], &[], &dst_src);
Expand Down

0 comments on commit cbf52b1

Please sign in to comment.