Skip to content

Commit 7f00f34

Browse files
committed
fix: remove duplicate hash_map_macro feature
1 parent 4298c58 commit 7f00f34

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

library/std/src/macros.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,6 @@ macro_rules! dbg {
414414
#[macro_export]
415415
#[allow_internal_unstable(hint_must_use)]
416416
#[unstable(feature = "hash_map_macro", issue = "144032")]
417-
#[rustc_diagnostic_item = "hash_map_macro"]
418417
macro_rules! hash_map {
419418
() => {{
420419
::std::collections::HashMap::new()

0 commit comments

Comments
 (0)