Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/rust_clippy.vm
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ build --aspects=@rules_rust//rust:defs.bzl%rust_clippy_aspect
build --output_groups=+clippy_checks
```

This will enable clippy on all [Rust targets](./defs.md).
This will enable clippy on all [Rust targets](./rust.md).

Note that targets tagged with `no-clippy` will not perform clippy checks

Expand Down
2 changes: 1 addition & 1 deletion docs/src/rules.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Rules

- [defs](defs.md): standard rust rules for building and testing libraries and binaries.
- [rust](rust.md): standard rust rules for building and testing libraries and binaries.
- [rustdoc](rust_doc.md): rules for generating and testing rust documentation.
- [clippy](rust_clippy.md): rules for running [clippy](https://github.com/rust-lang/rust-clippy#readme).
- [rustfmt](rust_fmt.md): rules for running [rustfmt](https://github.com/rust-lang/rustfmt#readme).
Expand Down