summary refs log tree commit diff
path: root/compiler/rustc_data_structures
diff options
context:
space:
mode:
authorJonas Schievink <jonasschievink@gmail.com>2020-09-25 02:29:45 +0200
committerGitHub <noreply@github.com>2020-09-25 02:29:45 +0200
commit6f3da3d53ff29e604a26d9c94a14147094575b1d (patch)
treecd31551eeafb4a599e9870f21a996c88df29ba51 /compiler/rustc_data_structures
parentb8ab6eb217effa514ec1742a8042469d00993080 (diff)
parent764967a7e5cd260db94395614399e2638bee1eda (diff)
downloadrust-6f3da3d53ff29e604a26d9c94a14147094575b1d.tar.gz
rust-6f3da3d53ff29e604a26d9c94a14147094575b1d.zip
Rollup merge of #77121 - duckymirror:html-root-url, r=jyn514
Updated html_root_url for compiler crates

Closes #77103

r? @jyn514
Diffstat (limited to 'compiler/rustc_data_structures')
-rw-r--r--compiler/rustc_data_structures/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_data_structures/src/lib.rs b/compiler/rustc_data_structures/src/lib.rs
index 5990e94ab7e..9ded10e9c26 100644
--- a/compiler/rustc_data_structures/src/lib.rs
+++ b/compiler/rustc_data_structures/src/lib.rs
@@ -6,7 +6,7 @@
 //!
 //! This API is completely unstable and subject to change.
 
-#![doc(html_root_url = "https://doc.rust-lang.org/nightly/")]
+#![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")]
 #![allow(incomplete_features)]
 #![feature(array_windows)]
 #![feature(control_flow_enum)]