diff options
| author | Jonas Schievink <jonasschievink@gmail.com> | 2020-09-25 02:29:45 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-25 02:29:45 +0200 |
| commit | 6f3da3d53ff29e604a26d9c94a14147094575b1d (patch) | |
| tree | cd31551eeafb4a599e9870f21a996c88df29ba51 /compiler/rustc_plugin_impl/src | |
| parent | b8ab6eb217effa514ec1742a8042469d00993080 (diff) | |
| parent | 764967a7e5cd260db94395614399e2638bee1eda (diff) | |
| download | rust-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_plugin_impl/src')
| -rw-r--r-- | compiler/rustc_plugin_impl/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_plugin_impl/src/lib.rs b/compiler/rustc_plugin_impl/src/lib.rs index 1eb65dd96ba..5bf4d300e9e 100644 --- a/compiler/rustc_plugin_impl/src/lib.rs +++ b/compiler/rustc_plugin_impl/src/lib.rs @@ -6,7 +6,7 @@ //! feature](https://doc.rust-lang.org/nightly/unstable-book/language-features/plugin.html) //! of the Unstable Book for some examples. -#![doc(html_root_url = "https://doc.rust-lang.org/nightly/")] +#![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")] #![feature(nll)] #![recursion_limit = "256"] |
