Skip to content

Commit bcffb34

Browse files
committed
Clarify where we want to use mutable references
1 parent 587b407 commit bcffb34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/skill_tree.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
```skill-tree
44
[[group]]
55
name = "mut_ref"
6-
label = "mutable references"
6+
label = "mutable references in\nconst fn"
77
href = "https://github.com/rust-lang/rust/issues/57349"
88
items = []
99
1010
[[group]]
1111
name = "const_mut_ref"
12-
label = "constants with mutable\nreferences in their final value"
12+
label = "mutable references in\ninitializers of const items"
1313
href = "https://github.com/rust-lang/rust/issues/71212"
1414
requires = ["mut_ref"]
1515
items = []

0 commit comments

Comments
 (0)