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.
2 parents 87908f3 + 55c8a45 commit da49a7dCopy full SHA for da49a7d
.github/workflows/rust.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Format check
30
run: cargo fmt --verbose --all -- --check
31
- name: Clippy check
32
- run: cargo clippy --verbose --all-targets -- -Aclippy::uninlined_format_args
+ run: cargo clippy --verbose --all-targets
33
- name: Cargo check without features
34
run: cargo check --all-targets --manifest-path "scylla/Cargo.toml" --features ""
35
- name: Cargo check with all serialization features
Makefile
@@ -27,7 +27,7 @@ check-without-features:
27
28
.PHONY: clippy
clippy:
- RUSTFLAGS=-Dwarnings cargo clippy --all-targets -- -Aclippy::uninlined_format_args
+ RUSTFLAGS=-Dwarnings cargo clippy --all-targets
.PHONY: test
test: up
0 commit comments