Skip to content

Commit 3720f96

Browse files
committed
fix: change feature alphabetical order
1 parent 537c609 commit 3720f96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,7 @@
294294
#![feature(f128)]
295295
#![feature(ffi_const)]
296296
#![feature(formatting_options)]
297+
#![feature(hash_map_macro)]
297298
#![feature(if_let_guard)]
298299
#![feature(intra_doc_pointers)]
299300
#![feature(iter_advance_by)]
@@ -320,7 +321,6 @@
320321
#![feature(try_trait_v2)]
321322
#![feature(type_alias_impl_trait)]
322323
#![feature(unsigned_signed_diff)]
323-
#![feature(hash_map_macro)]
324324
// tidy-alphabetical-end
325325
//
326326
// Library features (core):

0 commit comments

Comments
 (0)