Skip to content

Commit

Permalink
fix alphabetical again
Browse files Browse the repository at this point in the history
  • Loading branch information
HTGAzureX1212 authored Feb 16, 2025
1 parent 8c1af11 commit 9c2fb6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/coretests/tests/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@
#![feature(cell_update)]
#![feature(char_max_len)]
#![feature(clone_to_uninit)]
#![feature(const_eval_select)]
#![feature(const_swap_nonoverlapping)]
#![feature(const_align_offset)]
#![feature(const_align_of_val_raw)]
#![feature(const_black_box)]
#![feature(const_caller_location)]
#![feature(const_cell_into_inner)]
#![feature(const_eval_select)]
#![feature(const_hash)]
#![feature(const_heap)]
#![feature(const_intrinsic_copy)]
Expand All @@ -30,6 +29,7 @@
#![feature(const_pointer_is_aligned)]
#![feature(const_ptr_as_ref)]
#![feature(const_ptr_write)]
#![feature(const_swap_nonoverlapping)]
#![feature(const_trait_impl)]
#![feature(core_intrinsics)]
#![feature(core_intrinsics_fallbacks)]
Expand Down

0 comments on commit 9c2fb6c

Please sign in to comment.