Skip to content

Commit 3cdef2e

Browse files
oli-obkRalfJung
andauthored
Apply suggestions from code review
Co-authored-by: Ralf Jung <[email protected]>
1 parent 966c4cb commit 3cdef2e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/skill_tree.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ items = []
7474
7575
[[group]]
7676
name = "unconst_rules"
77-
label = "Need to come up\nwith a scheme\nfor doing unsafe\nin const fn"
77+
label = "Need to come up\nwith a scheme\nfor const unsafe/unconst"
7878
items = [
79-
{ label = "transmute", href = "https://github.com/rust-lang/rust/issues/53605" },
80-
{ label = "union field access", href = "https://github.com/rust-lang/rust/issues/51909", port = "union" },
79+
{ label = "transmute in functions", href = "https://github.com/rust-lang/rust/issues/53605" },
80+
{ label = "union field access in functions", href = "https://github.com/rust-lang/rust/issues/51909", port = "union" },
8181
{ label = "deref of raw pointers", href = "https://github.com/rust-lang/rust/issues/51911", port = "raw_ptr_deref" },
8282
]
8383
href = "https://github.com/rust-lang/const-eval/issues/14"

0 commit comments

Comments
 (0)