mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 14:21:44 +00:00
parent
dbb62b5baa
commit
b2f2621c17
2 changed files with 2 additions and 1 deletions
|
@ -417,7 +417,7 @@ impl<'a> PoolDispatcher<'a> {
|
|||
if is_canceled(&e) {
|
||||
RawResponse::err(
|
||||
id,
|
||||
ErrorCode::RequestCancelled as i32,
|
||||
ErrorCode::ContentModified as i32,
|
||||
e.to_string(),
|
||||
)
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue