]> git.lizzy.rs Git - rust.git/commitdiff
Add contribution instructions to stdlib docs
authorNick Sweeting <git@nicksweeting.com>
Thu, 23 Mar 2017 17:29:04 +0000 (13:29 -0400)
committerGitHub <noreply@github.com>
Thu, 23 Mar 2017 17:29:04 +0000 (13:29 -0400)
src/libstd/lib.rs

index 064144dcd68183b82bddb06d086d38ee658af447..c6b6d3ab5b0d97386432f6db383f3411789d7a73 100644 (file)
 //! compiler - but they are documented here the same). Like the prelude, the
 //! standard macros are imported by default into all crates.
 //!
+//! # Contributing changes to the documentation
+//!
+//! The source for this documentation can be found on [github](https://github.com/rust-lang/rust/tree/master/src/libstd).
+//! To contribute changes, you can search for nearby strings in github to find
+//! relevant files, then submit pull-requests with your suggested changes.
+//!
 //! # A Tour of The Rust Standard Library
 //!
 //! The rest of this crate documentation is dedicated to pointing out notable