mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-16 17:58:16 +00:00
64b91393b8
let x = Some(3); let y = Some(x?); can just be: let y = x |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |