about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLiigo Zhuang <liigo@qq.com>2025-01-02 22:30:56 +0800
committerLiigo Zhuang <liigo@qq.com>2025-01-02 22:30:56 +0800
commit862fc622085e1305e6f4996c051399729a42830f (patch)
treef5df17143bd30f10aad532fd41c04460efe8a025
parentbf6f8a4d328f7f3b0f6ea8205ad28591cc11aafd (diff)
downloadrust-862fc622085e1305e6f4996c051399729a42830f.tar.gz
rust-862fc622085e1305e6f4996c051399729a42830f.zip
path in detail
-rw-r--r--library/std/src/lib.rs2
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.
 //!