diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2025-01-03 07:57:25 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-03 07:57:25 +0100 |
| commit | e11d5f88a20cfa402987ba0de0fa2e9ff4e8206e (patch) | |
| tree | 3b3a049176de9a3426e00888b4a848003f0b6ca6 | |
| parent | 8439ae74226d68abddcbf609794602f5305061f9 (diff) | |
| parent | 862fc622085e1305e6f4996c051399729a42830f (diff) | |
| download | rust-e11d5f88a20cfa402987ba0de0fa2e9ff4e8206e.tar.gz rust-e11d5f88a20cfa402987ba0de0fa2e9ff4e8206e.zip | |
Rollup merge of #134241 - liigo:patch-16, r=dtolnay
more concrete source url of std docs [V2] r? jhpratt since you have reivewed https://github.com/rust-lang/rust/pull/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.
| -rw-r--r-- | library/std/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/lib.rs b/library/std/src/lib.rs index 1c80694ca8f..2f8f5c5c581 100644 --- a/library/std/src/lib.rs +++ b/library/std/src/lib.rs @@ -89,7 +89,7 @@ //! Check out the Rust contribution guidelines [here]( //! https://rustc-dev-guide.rust-lang.org/contributing.html#writing-documentation). //! The source for this documentation can be found on -//! [GitHub](https://github.com/rust-lang/rust). +//! [GitHub](https://github.com/rust-lang/rust) in the 'library/std/' directory. //! To contribute changes, make sure you read the guidelines first, then submit //! pull-requests for your suggested changes. //! |
