Fix doc link

This commit is contained in:
Jakub Beránek 2025-08-16 09:57:16 +02:00
parent 0579f055cd
commit ba1bc64325
No known key found for this signature in database
GPG key ID: 909CD0D26483516B

View file

@ -142,7 +142,7 @@ impl Step for JsonDocs {
/// various in-tree helper tools (bootstrap, build_helper, tidy),
/// and also rustc_private tools like rustdoc, clippy, miri or rustfmt.
///
/// It is currently hosted at https://doc.rust-lang.org/nightly/nightly-rustc
/// It is currently hosted at <https://doc.rust-lang.org/nightly/nightly-rustc>.
#[derive(Debug, Clone, Hash, PartialEq, Eq)]
pub struct RustcDocs {
target: TargetSelection,