mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 14:21:44 +00:00
fix formatting
This commit is contained in:
parent
333feb3869
commit
e92740c28b
1 changed files with 2 additions and 1 deletions
|
@ -160,7 +160,8 @@ impl ServerWorld {
|
|||
if path.exists() {
|
||||
LspError {
|
||||
code: ErrorCode::InvalidRequest as i32,
|
||||
message: "Rust file outside current workspace is not supported yet.".to_string(),
|
||||
message: "Rust file outside current workspace is not supported yet."
|
||||
.to_string(),
|
||||
}
|
||||
.into()
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue