Skip to content

Commit 42fae26

Browse files
committed
make const-blocks node look more like the others
1 parent 2c2782f commit 42fae26

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/skill_tree.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ items = []
137137
name = "const_fn_in_patterns"
138138
label = "const fn callable in patterns"
139139
href = "https://github.com/rust-lang/rust/issues/57240"
140-
requires = ["rfc:2920"]
140+
requires = ["const-blocks"]
141141
items = []
142142
143143
[[group]]
@@ -179,10 +179,9 @@ href = "https://github.com/rust-lang/rust/issues/74925"
179179
items = []
180180
181181
[[group]]
182-
name = "rfc"
183-
items = [
184-
{ label = "const blocks", port = "2920", href = "https://github.com/rust-lang/rfcs/pull/2920" },
185-
]
182+
name = "const-blocks"
183+
label = "const blocks"
184+
href = "https://github.com/rust-lang/rfcs/pull/2920"
186185
187186
[[group]]
188187
label = "panic! with formatting"

0 commit comments

Comments
 (0)