rust/crates/assists
bors[bot] 572081f1c4
Merge #6586
6586: Don't call a closure a function in the infer_function_return_type assist label r=lnicola a=Veykril

`Add this function's return type` becomes `Add this closure's return type` for closures. This makes it more obvious that we are indeed planning on modifying the closure and not its containing function.

Co-authored-by: Lukas Wirth <lukastw97@gmail.com>
2020-11-27 09:49:37 +00:00
..
src Merge #6586 2020-11-27 09:49:37 +00:00
Cargo.toml Re-export base_db from ide_db 2020-10-24 11:39:57 +03:00