Skip to content

Commit 6acf512

Browse files
authored
Add link to channel layout docs.
There's a significant amount of information about the channel manifests in the documentation but the source doesn't currently link to it.
1 parent 3c29741 commit 6acf512

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/dist/manifest.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
//! Installers use this info to customize Rust installations.
1010
//!
1111
//! See tests/channel-rust-nightly-example.toml for an example.
12+
//!
13+
//! Docs: https://forge.rust-lang.org/infra/channel-layout.html
1214
1315
use crate::errors::*;
1416
use crate::utils::toml_utils::*;

0 commit comments

Comments
 (0)