mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 05:15:04 +00:00
Don't retry requests that have already been cancelled
This commit is contained in:
parent
b16b0413dc
commit
1a6c1595fe
7 changed files with 28 additions and 15 deletions
|
@ -98,7 +98,7 @@ pub struct ResponseError {
|
|||
}
|
||||
|
||||
#[derive(Clone, Copy, Debug)]
|
||||
#[allow(unused)]
|
||||
#[non_exhaustive]
|
||||
pub enum ErrorCode {
|
||||
// Defined by JSON RPC:
|
||||
ParseError = -32700,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue