Skip to content

Commit 40edccf

Browse files
updated repo structure
1 parent 901d5a6 commit 40edccf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: cargo fmt -- --check
2020

2121
- name: Run Clippy
22-
run: cargo clippy --all-targets --all-features -- -A unused_variables
22+
run: cargo clippy --all-targets --all-features -- -A unused_variables -A clippy::approx_constant
2323

2424
- name: Check project
2525
run: cargo check --workspace

0 commit comments

Comments
 (0)