You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
frewsxcv opened this issue
Nov 18, 2015
· 3 comments
Labels
E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.E-mentorCall for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.
On the surface, the FromStr seems like a pretty pointless trait, but it should maybe mention it gets used in str::parse so it seems slightly less pointless
steveklabnik
added
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
E-mentor
Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.
labels
Nov 19, 2015
E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.E-mentorCall for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.
On the surface, the
FromStr
seems like a pretty pointless trait, but it should maybe mention it gets used instr::parse
so it seems slightly less pointlesshttps://doc.rust-lang.org/nightly/std/str/trait.FromStr.html
The text was updated successfully, but these errors were encountered: