Constant rustdoc::clean::utils::DOC_RUST_LANG_ORG_CHANNEL

source ·
pub(crate) const DOC_RUST_LANG_ORG_CHANNEL: &str = "https://doc.rust-lang.org/nightly";
Expand description

A link to doc.rust-lang.org that includes the channel name. Use this instead of manual links so that the channel is consistent.

Set by bootstrap::Builder::doc_rust_lang_org_channel in order to keep tests passing on beta/stable.