mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-09 03:38:47 +00:00
64b91393b8
let x = Some(3); let y = Some(x?); can just be: let y = x |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |