-
Notifications
You must be signed in to change notification settings - Fork 13.8k
chore: removes deprecated discord. #146788
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
rustbot has assigned @Mark-Simulacrum. Use |
|
Thanks. @bors r+ rollup |
…rkingjubilee chore: removes deprecated discord. This PR just changes the wording of the contributing document to remove the deprecated Discord. Fixes rust-lang#146756.
Would be nice to also remove the |
The rollup is not in-queue yet. @bors r- |
@sysrex: can you remove line 50 as part of this diff? thanks. |
Why not just replace the link with this server https://discord.gg/rust-lang-community instead of removing it Or is it because it's not "official"? |
absolutely, removed |
I've also removed a reference from Line 97 in 9f32ccf
|
@Kivooeo Correct. It is not official and we do not take responsibility for the moderation of it. The purpose of these links is to allow people to more easily discuss the development of Rust with us. Most Rust programmers will never even read these lines of documentation. @sysrex Thanks! @bors r+ rollup |
…rkingjubilee chore: removes deprecated discord. This PR just changes the wording of the contributing document to remove the deprecated Discord. Fixes rust-lang#146756.
Rollup of 16 pull requests Successful merges: - #142139 (Include additional hashes in src/stage0) - #146745 (Clarified error note for usize range matching) - #146763 (cg_llvm: Replace some DIBuilder wrappers with LLVM-C API bindings (part 5)) - #146788 (chore: removes deprecated discord.) - #146942 ([rustdoc] Finish getting rid of usages `write_str`) - #147002 (rustdoc-search: stringdex update with more packing) - #147061 (fix rebasing cycle heads when not reaching a fixpoint) - #147066 (Fix tracking issue number for feature(macro_attr)) - #147081 (doc: fix a typo in platform-support.md) - #147082 (formatting_options: fix alternate docs 0b/0o mixup) - #147086 (compiletest: Use `PanicHookInfo::payload_as_str` now that it's stable in beta) - #147092 (Do not compute optimized MIR if code does not type-check.) - #147093 (redox: switch to colon as path separator) - #147095 (Library: Remove remaining private `#[repr]` workarounds) - #147098 (Add auto extra-checks in pre-push hook) - #147110 (Fix typo) r? `@ghost` `@rustbot` modify labels: rollup
Rollup of 14 pull requests Successful merges: - #142139 (Include additional hashes in src/stage0) - #146745 (Clarified error note for usize range matching) - #146763 (cg_llvm: Replace some DIBuilder wrappers with LLVM-C API bindings (part 5)) - #146788 (chore: removes deprecated discord.) - #146942 ([rustdoc] Finish getting rid of usages `write_str`) - #147061 (fix rebasing cycle heads when not reaching a fixpoint) - #147066 (Fix tracking issue number for feature(macro_attr)) - #147081 (doc: fix a typo in platform-support.md) - #147082 (formatting_options: fix alternate docs 0b/0o mixup) - #147086 (compiletest: Use `PanicHookInfo::payload_as_str` now that it's stable in beta) - #147093 (redox: switch to colon as path separator) - #147095 (Library: Remove remaining private `#[repr]` workarounds) - #147098 (Add auto extra-checks in pre-push hook) - #147110 (Fix typo) r? `@ghost` `@rustbot` modify labels: rollup
This PR just changes the wording of the contributing document to remove the deprecated Discord.
Fixes #146756.