about summary refs log tree commit diff
path: root/compiler/rustc_incremental/src/lib.rs
diff options
context:
space:
mode:
authorErik Hofmayer <ehofmayer@outlook.de>2020-09-23 21:14:43 +0200
committerErik Hofmayer <ehofmayer@outlook.de>2020-09-23 21:14:43 +0200
commitdd66ea2d3d78727eb3d3574f4f6fbe82085d9ee2 (patch)
treec332094e237d02e29cda931c95a42e2ca74d00cc /compiler/rustc_incremental/src/lib.rs
parenta6008fac97f81a3fc51668b0c7fa0e2e6f2a599b (diff)
downloadrust-dd66ea2d3d78727eb3d3574f4f6fbe82085d9ee2.tar.gz
rust-dd66ea2d3d78727eb3d3574f4f6fbe82085d9ee2.zip
Updated html_root_url for compiler crates
Diffstat (limited to 'compiler/rustc_incremental/src/lib.rs')
-rw-r--r--compiler/rustc_incremental/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_incremental/src/lib.rs b/compiler/rustc_incremental/src/lib.rs
index ad189138054..bcd700e5ac1 100644
--- a/compiler/rustc_incremental/src/lib.rs
+++ b/compiler/rustc_incremental/src/lib.rs
@@ -1,6 +1,6 @@
 //! Support for serializing the dep-graph and reloading it.
 
-#![doc(html_root_url = "https://doc.rust-lang.org/nightly/")]
+#![doc(html_root_url = "https://doc.rust-lang.org/nightly-rustc/")]
 #![feature(in_band_lifetimes)]
 #![feature(nll)]
 #![recursion_limit = "256"]