File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -423,7 +423,7 @@ private_dep = "2.0.0" # Will be 'private' by default
423
423
```
424
424
425
425
### 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 >
427
427
428
428
The ` build-std ` feature enables Cargo to compile the standard library itself as
429
429
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
493
493
this is just the beginning. If you'd like to report bugs please either report
494
494
them to:
495
495
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
497
497
* 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
499
499
questions.
500
500
501
501
Also if you'd like to see a feature that's not yet implemented and/or if
@@ -504,7 +504,7 @@ the [issue tracker](https://github.com/rust-lang/wg-cargo-std-aware/issues) of
504
504
the tracking repository, and if it's not there please file a new issue!
505
505
506
506
### build-std-features
507
- * Tracking Repository: https://github.com/rust-lang/wg-cargo-std-aware
507
+ * Tracking Repository: < https://github.com/rust-lang/wg-cargo-std-aware >
508
508
509
509
This flag is a sibling to the ` -Zbuild-std ` feature flag. This will configure
510
510
the features enabled for the standard library itself when building the standard
You can’t perform that action at this time.
0 commit comments