Skip to content

Commit 3475faf

Browse files
committed
Link to parking lot "tracking issue"
1 parent 3cdef2e commit 3475faf

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/skill_tree.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,12 @@ name = "mutex_new"
119119
label = "Mutex::new"
120120
href = "https://github.com/rust-lang/rust/issues/66806"
121121
items = []
122-
requires = ["parking_lot", "unconst_rules"]
122+
123+
[[group]]
124+
name = "parking_lot"
125+
label = "`parking_lot` in `std`"
126+
href = "https://github.com/rust-lang/rust/issues/73714"
127+
items = []
123128
124129
[[group]]
125130
name = "const_fn_in_patterns"

0 commit comments

Comments
 (0)