diff options
| author | sysrex <769991+sysrex@users.noreply.github.com> | 2025-09-24 09:13:08 +0100 | 
|---|---|---|
| committer | sysrex <769991+sysrex@users.noreply.github.com> | 2025-09-24 09:13:08 +0100 | 
| commit | 8e37f0f120ba8b77889bea3fc607004c89afffb4 (patch) | |
| tree | cd525d4c961f9d277c96b025a2c6841997b65ff8 /library/std/src/lib.rs | |
| parent | 8d7e637dc947e11fab4294ec032cfc1e252e421d (diff) | |
| download | rust-8e37f0f120ba8b77889bea3fc607004c89afffb4.tar.gz rust-8e37f0f120ba8b77889bea3fc607004c89afffb4.zip | |
chore: remove discord references from the std library as well
Diffstat (limited to 'library/std/src/lib.rs')
| -rw-r--r-- | library/std/src/lib.rs | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/library/std/src/lib.rs b/library/std/src/lib.rs index 33e3bf0c085..9266a0af2c8 100644 --- a/library/std/src/lib.rs +++ b/library/std/src/lib.rs @@ -94,7 +94,7 @@ //! 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 [Discord][rust-discord] +//! improved, submit a PR, or chat with us first on [Zulip][rust-zulip] //! #docs. //! //! # A Tour of The Rust Standard Library @@ -212,7 +212,7 @@ //! [multithreading]: thread //! [other]: #what-is-in-the-standard-library-documentation //! [primitive types]: ../book/ch03-02-data-types.html -//! [rust-discord]: https://discord.gg/rust-lang +//! [rust-zulip]: https://rust-lang.zulipchat.com/ //! [array]: prim@array //! [slice]: prim@slice | 
