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 f86cfec commit 9c48c01Copy full SHA for 9c48c01
2 files changed
libs/@local/hashql/compiletest/src/lib.rs
@@ -7,7 +7,6 @@
7
8
// Library Features
9
allocator_api,
10
- assert_matches,
11
duration_millis_float,
12
exitcode_exit_method,
13
file_buffered,
libs/@local/hashql/eval/src/lib.rs
@@ -10,7 +10,10 @@
never_type,
- iterator_try_collect
+ allocator_api,
14
+ iter_array_chunks,
15
+ iterator_try_collect,
16
+ maybe_uninit_fill,
17
)]
18
19
extern crate alloc;
0 commit comments