We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 381a0ee commit a37473cCopy full SHA for a37473c
.github/workflows/ci.yml
@@ -34,7 +34,7 @@ jobs:
34
run: cargo binstall -y --force cargo-deny cargo-machete cargo-sort
35
36
- name: Lint
37
- run: cargo clippy --locked
+ run: cargo clippy --all-features --locked
38
39
- name: Check dependencies
40
run: cargo deny check
.prettierrc.json
@@ -2,6 +2,5 @@
2
"bracketSpacing": false,
3
"printWidth": 120,
4
"singleQuote": true,
5
- "tabWidth": 4,
6
- "trailingComma": "none"
+ "tabWidth": 4
7
}
0 commit comments