Skip to content

Commit 9c2fb6c

Browse files
fix alphabetical again
1 parent 8c1af11 commit 9c2fb6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/coretests/tests/lib.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@
1515
#![feature(cell_update)]
1616
#![feature(char_max_len)]
1717
#![feature(clone_to_uninit)]
18-
#![feature(const_eval_select)]
19-
#![feature(const_swap_nonoverlapping)]
2018
#![feature(const_align_offset)]
2119
#![feature(const_align_of_val_raw)]
2220
#![feature(const_black_box)]
2321
#![feature(const_caller_location)]
2422
#![feature(const_cell_into_inner)]
23+
#![feature(const_eval_select)]
2524
#![feature(const_hash)]
2625
#![feature(const_heap)]
2726
#![feature(const_intrinsic_copy)]
@@ -30,6 +29,7 @@
3029
#![feature(const_pointer_is_aligned)]
3130
#![feature(const_ptr_as_ref)]
3231
#![feature(const_ptr_write)]
32+
#![feature(const_swap_nonoverlapping)]
3333
#![feature(const_trait_impl)]
3434
#![feature(core_intrinsics)]
3535
#![feature(core_intrinsics_fallbacks)]

0 commit comments

Comments
 (0)