diff options
| author | bors <bors@rust-lang.org> | 2020-03-28 17:15:32 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2020-03-28 17:15:32 +0000 |
| commit | c52cee172fcd2e223100d8bdd5e105dc37aaca23 (patch) | |
| tree | 1dbbe3d2d019f59bf1c2fae6b674096effae9670 /src/libstd | |
| parent | e768d6f0bc6db7a46c9ef08254a944ba100bc5dd (diff) | |
| parent | e3ccd5ba49e9b3811dda14f66e5ca8417b3aa4fb (diff) | |
| download | rust-c52cee172fcd2e223100d8bdd5e105dc37aaca23.tar.gz rust-c52cee172fcd2e223100d8bdd5e105dc37aaca23.zip | |
Auto merge of #70499 - Dylan-DPC:rollup-f9je1l8, r=Dylan-DPC
Rollup of 5 pull requests Successful merges: - #70418 (Add long error explanation for E0703) - #70448 (Create output dir in rustdoc markdown render) - #70486 (Shrink Unicode tables (even more)) - #70493 (Fix rustdoc.css CSS tab-size property) - #70495 (Replace last mention of IRC with Discord) Failed merges: r? @ghost
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/lib.rs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index 09bc183cf20..ff8f6731724 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -91,7 +91,8 @@ //! 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. +//! improved, submit a PR, or chat with us first on [Discord][rust-discord] +//! #docs. //! //! # A Tour of The Rust Standard Library //! @@ -194,6 +195,7 @@ //! [multithreading]: thread/index.html //! [other]: #what-is-in-the-standard-library-documentation //! [primitive types]: ../book/ch03-02-data-types.html +//! [rust-discord]: https://discord.gg/rust-lang #![stable(feature = "rust1", since = "1.0.0")] #