summaryrefslogtreecommitdiff
path: root/docs/linting.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/linting.md')
-rw-r--r--docs/linting.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/linting.md b/docs/linting.md
index 6620a74..47420bb 100644
--- a/docs/linting.md
+++ b/docs/linting.md
@@ -6,9 +6,7 @@ We use automated tools, rather than human effort, to spot possible bugs or dubio
- Rust is linted using [cargo check] and [clippy].
[eslint]: https://eslint.org/
-
[cargo check]: https://doc.rust-lang.org/cargo/commands/cargo-check.html
-
[clippy]: https://doc.rust-lang.org/cargo/commands/cargo-clippy.html
## Tools