We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edb3684 commit 39e5027Copy full SHA for 39e5027
src/bootstrap/dist.rs
@@ -105,6 +105,7 @@ impl Step for Docs {
105
t!(fs::create_dir_all(&dst));
106
let src = builder.doc_out(host);
107
builder.cp_r(&src, &dst);
108
+ builder.install(&builder.src.join("src/doc/robots.txt"), &dst, 0o644);
109
110
let mut cmd = rust_installer(builder);
111
cmd.arg("generate")
src/doc/robots.txt
@@ -1,4 +1,3 @@
1
-# NB: This file is not automatically deployed. After changes, it needs to be uploaded manually to doc.rust-lang.org
2
User-agent: *
3
Disallow: /0.3/
4
Disallow: /0.4/
0 commit comments