diff --git a/crates/ra_lsp_server/src/server_world.rs b/crates/ra_lsp_server/src/server_world.rs index 2f5088fd5f..6fe0d39df3 100644 --- a/crates/ra_lsp_server/src/server_world.rs +++ b/crates/ra_lsp_server/src/server_world.rs @@ -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 {