Skip to content

Commit ad8384e

Browse files
committed
Fix doc link
1 parent 6e3c9ab commit ad8384e

File tree

1 file changed

+1
-1
lines changed
  • src/bootstrap/src/core/build_steps

1 file changed

+1
-1
lines changed

src/bootstrap/src/core/build_steps/dist.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ impl Step for JsonDocs {
142142
/// various in-tree helper tools (bootstrap, build_helper, tidy),
143143
/// and also rustc_private tools like rustdoc, clippy, miri or rustfmt.
144144
///
145-
/// It is currently hosted at https://doc.rust-lang.org/nightly/nightly-rustc
145+
/// It is currently hosted at <https://doc.rust-lang.org/nightly/nightly-rustc>.
146146
#[derive(Debug, Clone, Hash, PartialEq, Eq)]
147147
pub struct RustcDocs {
148148
target: TargetSelection,

0 commit comments

Comments
 (0)