Skip to content

Commit

Permalink
Remove unnecessary Std dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-Simulacrum committed Jun 13, 2019
1 parent 1154358 commit d728d27
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
4 changes: 0 additions & 4 deletions src/bootstrap/builder.rs
Expand Up @@ -1693,10 +1693,6 @@ mod __test {
compiler: Compiler { host: a, stage: 1 },
target: b,
},
compile::Std {
compiler: Compiler { host: a, stage: 2 },
target: b,
},
]
);
assert_eq!(
Expand Down
5 changes: 0 additions & 5 deletions src/bootstrap/doc.rs
Expand Up @@ -876,11 +876,6 @@ impl Step for UnstableBookGen {
fn run(self, builder: &Builder<'_>) {
let target = self.target;

builder.ensure(compile::Std {
compiler: builder.compiler(builder.top_stage, builder.config.build),
target,
});

builder.info(&format!("Generating unstable book md files ({})", target));
let out = builder.md_doc_out(target).join("unstable-book");
builder.create_dir(&out);
Expand Down

0 comments on commit d728d27

Please sign in to comment.