Skip to content

Commit fc4050d

Browse files
committed
Remove sub-feature that doesn't have a tracking issue
1 parent c7a5866 commit fc4050d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/skill_tree.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,7 @@ name = "from_str"
144144
label = "FromStr"
145145
href = "https://github.com/rust-lang/rust/issues/59133"
146146
requires = ["trait_impl"]
147-
items = [
148-
{ label = "<int>::from_str", port="int_parse", requires = ["iterators"] },
149-
]
147+
items = []
150148
151149
[[group]]
152150
name = "float"

0 commit comments

Comments
 (0)