mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +00:00
core: Add missing from_str.rs
This commit is contained in:
parent
199ed4d940
commit
e767011b77
3
src/libcore/from_str.rs
Normal file
3
src/libcore/from_str.rs
Normal file
@ -0,0 +1,3 @@
|
||||
trait FromStr {
|
||||
static fn from_str(s: &str) -> Option<self>;
|
||||
}
|
Loading…
Reference in New Issue
Block a user