We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 99fb776 + fd442c3 commit 591145cCopy full SHA for 591145c
doc/basics.md
@@ -28,6 +28,8 @@ git clone [email protected]:<your-username>/rust-clippy
28
If you've already cloned Clippy in the past, update it to the latest version:
29
30
```bash
31
+# If the upstream remote has not been added yet
32
+git remote add upstream https://github.com/rust-lang/rust-clippy
33
# upstream has to be the remote of the rust-lang/rust-clippy repo
34
git fetch upstream
35
# make sure that you are on the master branch
0 commit comments