mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 22:01:37 +00:00
tweak canceled message
This commit is contained in:
parent
f1fafeee02
commit
b7d8bf1262
2 changed files with 2 additions and 2 deletions
|
@ -387,7 +387,7 @@ impl<'a> PoolDispatcher<'a> {
|
|||
RawResponse::err(
|
||||
id,
|
||||
ErrorCode::ContentModified as i32,
|
||||
e.to_string(),
|
||||
format!("content modified: {}", e),
|
||||
)
|
||||
} else {
|
||||
RawResponse::err(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue