Skip to content

Commit 966c4cb

Browse files
committed
Mutexes don't necessarily need a heap
1 parent 945d434 commit 966c4cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/skill_tree.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ name = "mutex_new"
119119
label = "Mutex::new"
120120
href = "https://github.com/rust-lang/rust/issues/66806"
121121
items = []
122-
requires = ["final_heap", "parking_lot", "unconst_rules"]
122+
requires = ["parking_lot", "unconst_rules"]
123123
124124
[[group]]
125125
name = "const_fn_in_patterns"

0 commit comments

Comments
 (0)