Skip to content

Commit 15964c2

Browse files
committed
Make trait_bound_opt_out a prerequisite to const_trait_impl
1 parent cbe78dd commit 15964c2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/skill_tree.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -244,9 +244,8 @@ items = []
244244
label = "feature:const_trait_impl"
245245
name = "trait_impl"
246246
href="https://github.com/rust-lang/rust/issues/67792"
247-
items = [
248-
{ label = "?const trait bound opt out", href = "https://github.com/rust-lang/rust/issues/67794"}
249-
]
247+
items = []
248+
requires = ["trait_bound_opt_out"]
250249
251250
[[group]]
252251
label = "feature:const_raw_ptr_to_usize_cast"

0 commit comments

Comments
 (0)