Skip to content

Commit 2e39bd5

Browse files
committed
Fix filename typo (cargo.toml -> Cargo.toml)
1 parent 768aa93 commit 2e39bd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/clippy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
- name: Run clippy in `proc_macro_example_derive/`
2222
run: cargo clippy --verbose --all-features --manifest-path proc_macro_example_derive/Cargo.toml
2323
- name: Run clippy in `tests/`
24-
run: cargo clippy --verbose --all-features --manifest-path tests/cargo.toml
24+
run: cargo clippy --verbose --all-features --manifest-path tests/Cargo.toml

0 commit comments

Comments
 (0)