File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
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,8 +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 >
225
- or in the < a href ="https://users .rust-lang.org " > Rust Users Forum </ a > .
224
+ Need help?< br >
225
+ Ask the < a href ="https://www .rust-lang.org/community " > community </ a > !
226
226
</ p >
227
227
228
228
< p id ="about ">
You can’t perform that action at this time.
0 commit comments