1
Fork 0

Updated html_root_url for compiler crates

This commit is contained in:
Erik Hofmayer 2020-09-23 21:14:43 +02:00
parent a6008fac97
commit dd66ea2d3d
29 changed files with 29 additions and 29 deletions

View file

@ -8,7 +8,7 @@
//! This crate implements several kinds of arena.
#![doc(
html_root_url = "https://doc.rust-lang.org/nightly/",
html_root_url = "https://doc.rust-lang.org/nightly-rustc/",
test(no_crate_inject, attr(deny(warnings)))
)]
#![feature(dropck_eyepatch)]