rust-analyzer/crates/ide-diagnostics
bors 56ef2404b3 Auto merge of #17516 - kilpkonn:master, r=kilpkonn
Quality of life improvements to term search

Basically two things:
- Allow optionally disabling "borrow checking" restrictions on term search code assists. Sometimes it is better to get invalid suggestions and fix borrow checking issues later...
- Remove explicit generics in generated expressions. I find it quite rare that one writes `None::<T>` instead of `None`.
2024-06-30 12:41:22 +00:00
..
src Auto merge of #17516 - kilpkonn:master, r=kilpkonn 2024-06-30 12:41:22 +00:00
Cargo.toml internal: Enforce utf8 paths 2024-03-19 15:39:00 +01:00