mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-04 04:39:16 +00:00
fix formatting
This commit is contained in:
parent
333feb3869
commit
e92740c28b
@ -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…
Reference in New Issue
Block a user