We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51dc597 commit d04371bCopy full SHA for d04371b
2 files changed
.github/workflows/ci.yml
@@ -55,5 +55,8 @@ jobs:
55
with:
56
install: true
57
58
+ - name: Install clippy
59
+ run: rustup component add clippy
60
+
61
- name: Run clippy
62
run: cargo clippy --all-features -- -D warnings
Cargo.toml
@@ -18,3 +18,7 @@ rstest = "0.18"
18
[features]
19
default = ["static-resolver"]
20
static-resolver = ["phf"]
21
22
+[[test]]
23
+name = "phf_storage"
24
+required-features = ["static-resolver"]
0 commit comments