about summary refs log tree commit diff
path: root/docs/dev
diff options
context:
space:
mode:
authorLaurențiu Nicola <lnicola@dend.ro>2021-03-14 15:24:34 +0200
committerLaurențiu Nicola <lnicola@dend.ro>2021-03-14 15:24:34 +0200
commitdd9974c59d130afa218038c348db1f33138f6f6e (patch)
treeab20cd3322a7bcfb35121b3a0a56a56fada1dbbc /docs/dev
parent0c2f570151749d14e351f30fa234693b36bc4e72 (diff)
downloadrust-dd9974c59d130afa218038c348db1f33138f6f6e.tar.gz
rust-dd9974c59d130afa218038c348db1f33138f6f6e.zip
Fix `cargo xtask lint` references
Diffstat (limited to 'docs/dev')
-rw-r--r--docs/dev/style.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/dev/style.md b/docs/dev/style.md
index 46bd8b9b213..c4eb7bc7ae6 100644
--- a/docs/dev/style.md
+++ b/docs/dev/style.md
@@ -91,8 +91,8 @@ But many users read changelogs.
 We don't enforce Clippy.
 A number of default lints have high false positive rate.
 Selectively patching false-positives with `allow(clippy)` is considered worse than not using Clippy at all.
-There's `cargo xtask lint` command which runs a subset of low-FPR lints.
-Careful tweaking of `xtask lint` is welcome.
+There's a `cargo lint` command which runs a subset of low-FPR lints.
+Careful tweaking of `lint` is welcome.
 Of course, applying Clippy suggestions is welcome as long as they indeed improve the code.
 
 **Rationale:** see [rust-lang/clippy#5537](https://github.com/rust-lang/rust-clippy/issues/5537).