We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cargo.toml
Cargo.toml
1 parent 768aa93 commit 2e39bd5Copy full SHA for 2e39bd5
.github/workflows/clippy.yml
@@ -21,4 +21,4 @@ jobs:
21
- name: Run clippy in `proc_macro_example_derive/`
22
run: cargo clippy --verbose --all-features --manifest-path proc_macro_example_derive/Cargo.toml
23
- name: Run clippy in `tests/`
24
- run: cargo clippy --verbose --all-features --manifest-path tests/cargo.toml
+ run: cargo clippy --verbose --all-features --manifest-path tests/Cargo.toml
0 commit comments