Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 465221c

Browse files
authored
Unrolled build for rust-lang#134241
Rollup merge of rust-lang#134241 - liigo:patch-16, r=dtolnay more concrete source url of std docs [V2] r? jhpratt since you have reivewed rust-lang#134193 > If someone is looking to contribute, they will want the repository as a whole, not the lib.rs for std. Now the repository url is reserved, I just add another concrete url as an example, to help people finding target page more quickly&easily.
2 parents ac00fe8 + 862fc62 commit 465221c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
//! Check out the Rust contribution guidelines [here](
9090
//! https://rustc-dev-guide.rust-lang.org/contributing.html#writing-documentation).
9191
//! The source for this documentation can be found on
92-
//! [GitHub](https://github.com/rust-lang/rust).
92+
//! [GitHub](https://github.com/rust-lang/rust) in the 'library/std/' directory.
9393
//! To contribute changes, make sure you read the guidelines first, then submit
9494
//! pull-requests for your suggested changes.
9595
//!

0 commit comments

Comments
 (0)