Skip to content

Commit 9c48c01

Browse files
committed
fix: feature gates
1 parent f86cfec commit 9c48c01

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

libs/@local/hashql/compiletest/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
88
// Library Features
99
allocator_api,
10-
assert_matches,
1110
duration_millis_float,
1211
exitcode_exit_method,
1312
file_buffered,

libs/@local/hashql/eval/src/lib.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@
1010
never_type,
1111
1212
// Library Features
13-
iterator_try_collect
13+
allocator_api,
14+
iter_array_chunks,
15+
iterator_try_collect,
16+
maybe_uninit_fill,
1417
)]
1518

1619
extern crate alloc;

0 commit comments

Comments
 (0)