rust/crates/rust-analyzer
bors adbda94303 Auto merge of #14359 - Veykril:opt-out-retry, r=Veykril
fix: Do not retry inlay hint requests

Should close https://github.com/rust-lang/rust-analyzer/issues/13372, retrying the way its currently implemented is not ideal as we do not adjust offsets in the requests, but doing that is a major PITA, so this should at least work around one of the more annoying issues stemming from it.
2023-03-15 11:44:29 +00:00
..
src Auto merge of #14359 - Veykril:opt-out-retry, r=Veykril 2023-03-15 11:44:29 +00:00
tests/slow-tests Bump lsp-types 2023-02-14 14:59:50 +01:00
build.rs
Cargo.toml Bump lsp-types 2023-02-14 14:59:50 +01:00