diff options
| author | Nick Sweeting <git@nicksweeting.com> | 2017-04-07 16:42:56 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-04-07 16:42:56 -0400 |
| commit | 9765fbc8130bb7dcd14e1ebc64c0b797840ca488 (patch) | |
| tree | b057ab5116213b5e30958c8cc3088e4ed2393d75 /src/libstd | |
| parent | 9a50874dd46313203d137847427da0036bd11fd4 (diff) | |
| download | rust-9765fbc8130bb7dcd14e1ebc64c0b797840ca488.tar.gz rust-9765fbc8130bb7dcd14e1ebc64c0b797840ca488.zip | |
fix build errors
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/lib.rs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index b5a4cabafdc..d6f7f58a978 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -96,11 +96,12 @@ //! //! # Contributing changes to the documentation //! -//! Check out the rust contribution guidelines [here](https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md). +//! Check out the rust contribution guidelines [here]( +//! https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md). //! The source for this documentation can be found on [Github](https://github.com/rust-lang). //! To contribute changes, make sure you read the guidelines first, then submit //! pull-requests for your suggested changes. -//! +//! //! Contributions are appreciated! If you see a part of the docs that can be //! improved, submit a PR, or chat with us first on irc.mozilla.org #rust-docs. //! |
