Skip to content

Commit c38c915

Browse files
committed
Add more issue links to the skill tree
1 parent 6ec68c9 commit c38c915

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/skill-tree.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ items = []
4040
[[group]]
4141
name = "for"
4242
label = "for loops"
43-
requires = ["trait_impl", "mut_ref"]
43+
requires = ["iterators", "mut_ref"]
4444
items = []
4545

4646
[[group]]
@@ -59,6 +59,7 @@ items = []
5959
name = "ptr-is-null"
6060
label = "<*T>::is_null"
6161
requires = ["fuzzy-ptr-comparisons"]
62+
href = "https://github.com/rust-lang/rust/issues/74939"
6263
items = []
6364

6465
[[group]]
@@ -80,6 +81,7 @@ href = "https://github.com/rust-lang/const-eval/issues/14"
8081
name = "question_mark"
8182
label = "using ? in const"
8283
requires = ["trait_impl"]
84+
href = "https://github.com/rust-lang/rust/issues/74935"
8385
items = []
8486

8587
[[group]]

0 commit comments

Comments
 (0)