Skip to content

Commit 425c1a3

Browse files
authored
Add contribution instructions to stdlib docs
1 parent d558037 commit 425c1a3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/libstd/lib.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,12 @@
9494
//! compiler - but they are documented here the same). Like the prelude, the
9595
//! standard macros are imported by default into all crates.
9696
//!
97+
//! # Contributing changes to the documentation
98+
//!
99+
//! The source for this documentation can be found on [github](https://github.com/rust-lang/rust/tree/master/src/libstd).
100+
//! To contribute changes, you can search for nearby strings in github to find
101+
//! relevant files, then submit pull-requests with your suggested changes.
102+
//!
97103
//! # A Tour of The Rust Standard Library
98104
//!
99105
//! The rest of this crate documentation is dedicated to pointing out notable

0 commit comments

Comments
 (0)