Skip to content

Commit 537c609

Browse files
committed
fix: add hash_map_macro feature in the crate
1 parent 7f00f34 commit 537c609

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/std/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@
320320
#![feature(try_trait_v2)]
321321
#![feature(type_alias_impl_trait)]
322322
#![feature(unsigned_signed_diff)]
323+
#![feature(hash_map_macro)]
323324
// tidy-alphabetical-end
324325
//
325326
// Library features (core):

0 commit comments

Comments
 (0)