Skip to content

Commit 5e31131

Browse files
committed
fix: library features
1 parent 7433fee commit 5e31131

File tree

2 files changed

+4
-68
lines changed

2 files changed

+4
-68
lines changed

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,15 @@
1717
// Library Features
1818
allocator_api,
1919
binary_heap_into_iter_sorted,
20+
bound_copied,
2021
clone_from_ref,
2122
const_cmp,
22-
const_trait_impl,
23-
const_range,
24-
const_clone,
2523
const_convert,
2624
const_destruct,
27-
debug_closure_helpers,
25+
const_ops,
26+
const_range,
27+
const_trait_impl,
2828
extend_one,
29-
bound_copied,
30-
formatting_options,
3129
get_disjoint_mut_helpers,
3230
iter_intersperse,
3331
iter_map_windows,

libs/@local/hashql/core/src/lib.rs.orig

Lines changed: 0 additions & 62 deletions
This file was deleted.

0 commit comments

Comments
 (0)