Skip to content

Commit

Permalink
Add contribution instructions to stdlib docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pirate committed Mar 23, 2017
1 parent d558037 commit 425c1a3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/libstd/lib.rs
Expand Up @@ -94,6 +94,12 @@
//! 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
Expand Down

0 comments on commit 425c1a3

Please sign in to comment.