f7b834831f
Example code: ``` fn opts() -> Option<String> { let s: Option<String> = Some(String::new()); Some(s?) // this can just be "s" } ``` |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |
f7b834831f
Example code: ``` fn opts() -> Option<String> { let s: Option<String> = Some(String::new()); Some(s?) // this can just be "s" } ``` |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |