mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-29 02:03:53 +00:00
64b91393b8
let x = Some(3); let y = Some(x?); can just be: let y = x |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |