Skip to content

Commit 9325ae7

Browse files
authored
more concrete source url of std docs [V2]
1 parent f4f0faf commit 9325ae7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

library/std/src/lib.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@
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)
93+
//!(e.g. [here](https://github.com/rust-lang/rust/blob/master/library/std/src/lib.rs)).
9394
//! To contribute changes, make sure you read the guidelines first, then submit
9495
//! pull-requests for your suggested changes.
9596
//!

0 commit comments

Comments
 (0)