rust-analyzer/crates/rust-analyzer
bors aa845d033e Auto merge of #17842 - mo8it:crossbeam-channel, r=Veykril
internal: Optimize the usage of channel senders

Used `Sender` directly instead of a boxed closure. There is no need to use the boxed closure. This also allows the caller to decide to do something other than `unwrap` (not a fan of it BTW).
2024-08-12 09:13:37 +00:00
..
src Auto merge of #17842 - mo8it:crossbeam-channel, r=Veykril 2024-08-12 09:13:37 +00:00
tests Allow rust-project.json to be hidden 2024-08-07 03:27:03 +02:00
build.rs Bump Cargo.lock 2024-05-14 10:57:02 +02:00
Cargo.toml Use crossbeam-channel from the workspace 2024-08-09 23:48:03 +02:00