diff --git a/src/dist/manifest.rs b/src/dist/manifest.rs index 9f4cfc34e7..d274ec8c62 100644 --- a/src/dist/manifest.rs +++ b/src/dist/manifest.rs @@ -9,6 +9,8 @@ //! Installers use this info to customize Rust installations. //! //! See tests/channel-rust-nightly-example.toml for an example. +//! +//! Docs: https://forge.rust-lang.org/infra/channel-layout.html use crate::errors::*; use crate::utils::toml_utils::*;