rust-analyzer/crates/ide-assists
bors 546da8a5ad Auto merge of #18294 - Giga-Bowser:master, r=Veykril
Add wrap/unwrap return type in Option

I pretty much just copied over the code and tests for wrapping/unwrapping return types in `Result` and then did a bunch of find and replace changes.

I handled unwrapping statements returning `None` by just replacing `None` with the unit type, but I'm open to suggestions for more intuitive behavior here.
2024-10-21 13:56:01 +00:00
..
src Auto merge of #18294 - Giga-Bowser:master, r=Veykril 2024-10-21 13:56:01 +00:00
Cargo.toml Add missing rustc_private 2024-09-25 10:56:37 +03:00