File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 3
3
We use ` cargo clippy ` to ensure high-quality code and to enforce a set of best practices for Rust programming.
4
4
However, not all lints provided by ` cargo clippy ` are relevant or applicable to our project.
5
5
We may choose to ignore some lints if they are unstable, experimental, or specific to our project.
6
- If you are unsure about a lint, please ask us in the [ rustup Discord channel] ( https://discord.com/channels/442252698964721669/463480252723888159 ) .
6
+ If you are unsure about a lint, please ask us in the
7
+ [ rustup Zulip channel] ( https://rust-lang.zulipchat.com/#narrow/channel/490103-t-rustup ) .
7
8
8
9
## Manual linting
9
10
Original file line number Diff line number Diff line change @@ -221,7 +221,8 @@ <h2>An installer for the systems programming language <a href="https://www.rust-
221
221
</ div >
222
222
223
223
< p id ="help ">
224
- Need help?< br > Ask on < a href ="https://discord.gg/rust-lang "> #beginners in the Rust Discord</ a > < br >
224
+ Need help?< br >
225
+ Ask on < a href ="https://rust-lang.zulipchat.com/#narrow/channel/122652-new-members "> #new members</ a > in the Rust Zulip< br >
225
226
or in the < a href ="https://users.rust-lang.org "> Rust Users Forum</ a > .
226
227
</ p >
227
228
You can’t perform that action at this time.
0 commit comments