Skip to content

Commit e2681b2

Browse files
authored
Render build-std web links as hyperlinks
1 parent 531958b commit e2681b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/doc/src/reference/unstable.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ private_dep = "2.0.0" # Will be 'private' by default
423423
```
424424

425425
### build-std
426-
* Tracking Repository: https://github.com/rust-lang/wg-cargo-std-aware
426+
* Tracking Repository: <https://github.com/rust-lang/wg-cargo-std-aware>
427427

428428
The `build-std` feature enables Cargo to compile the standard library itself as
429429
part of a crate graph compilation. This feature has also historically been known
@@ -493,9 +493,9 @@ feature for Cargo has an extremely long history and is very large in scope, and
493493
this is just the beginning. If you'd like to report bugs please either report
494494
them to:
495495

496-
* Cargo - https://github.com/rust-lang/cargo/issues/new - for implementation bugs
496+
* Cargo - <https://github.com/rust-lang/cargo/issues/new> - for implementation bugs
497497
* The tracking repository -
498-
https://github.com/rust-lang/wg-cargo-std-aware/issues/new - for larger design
498+
<https://github.com/rust-lang/wg-cargo-std-aware/issues/new> - for larger design
499499
questions.
500500

501501
Also if you'd like to see a feature that's not yet implemented and/or if

0 commit comments

Comments
 (0)