Skip to content

Commit e767011

Browse files
committed
core: Add missing from_str.rs
1 parent 199ed4d commit e767011

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/libcore/from_str.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
trait FromStr {
2+
static fn from_str(s: &str) -> Option<self>;
3+
}

0 commit comments

Comments
 (0)