Skip to content

Commit cd15eac

Browse files
committed
libcore: Add missing from_str.rs
1 parent 8f840f9 commit cd15eac

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
@@ -1,3 +1,6 @@
1+
use option::Option;
2+
13
trait FromStr {
24
static fn from_str(s: &str) -> Option<self>;
35
}
6+

0 commit comments

Comments
 (0)