]> git.lizzy.rs Git - rust.git/blobdiff - src/bootstrap/tool.rs
make unaligned_refereces future-incompat lint warn-by-default, and remove the safe_pa...
[rust.git] / src / bootstrap / tool.rs
index 71aa6bb150e2e7d59f671304029832cb28520c36..3fc3b68fd8681b2deea7e235f9c8af5ecaf4d51c 100644 (file)
@@ -483,7 +483,6 @@ pub struct Rustdoc {
 impl Step for Rustdoc {
     type Output = PathBuf;
     const DEFAULT: bool = true;
-    const ENABLE_DOWNLOAD_RUSTC: bool = true;
     const ONLY_HOSTS: bool = true;
 
     fn should_run(run: ShouldRun<'_>) -> ShouldRun<'_> {