mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-26 20:09:19 +00:00
Merge #490
490: dont depend on tools from lsp-server r=matklad a=matklad Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
This commit is contained in:
commit
b6bc55f542
4 changed files with 1 additions and 4 deletions
|
@ -37,4 +37,3 @@ ra_vfs = { path = "../ra_vfs" }
|
|||
[dev-dependencies]
|
||||
tempfile = "3"
|
||||
test_utils = { path = "../test_utils" }
|
||||
tools = { path = "../tools" }
|
||||
|
|
|
@ -125,8 +125,6 @@ fn test_eggs() {}
|
|||
use std::collections::HashMap;
|
||||
#[test]
|
||||
fn test_format_document() {
|
||||
tools::install_rustfmt().unwrap();
|
||||
|
||||
let server = project(
|
||||
r#"
|
||||
[package]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue