Skip to content

Commit 151bb4a

Browse files
bjorn3folkertdev
authored andcommitted
Run clippy with c-allocator and rust-allocator features
1 parent 274b298 commit 151bb4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/checks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ jobs:
132132
- target: x86_64-unknown-linux-gnu
133133
features:
134134
- ""
135-
# - '--no-default-features --features="c-allocator"'
136-
# - '--no-default-features --features="std,rust-allocator"'
135+
- '--no-default-features --features="c-allocator"'
136+
- '--no-default-features --features="rust-allocator"'
137137
runs-on: ubuntu-latest
138138
steps:
139139
- name: Checkout sources

0 commit comments

Comments
 (0)