mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-04 19:29:07 +00:00
fix tests
This commit is contained in:
parent
deea8f52d9
commit
3d45da9bca
@ -22,7 +22,7 @@ use tempfile::TempDir;
|
|||||||
use test_utils::{find_mismatch, parse_fixture};
|
use test_utils::{find_mismatch, parse_fixture};
|
||||||
use thread_worker::Worker;
|
use thread_worker::Worker;
|
||||||
|
|
||||||
use ra_lsp_server::{main_loop, req, InitializationOptions};
|
use ra_lsp_server::{main_loop, req, ServerConfig};
|
||||||
|
|
||||||
pub struct Project<'a> {
|
pub struct Project<'a> {
|
||||||
fixture: &'a str,
|
fixture: &'a str,
|
||||||
@ -107,7 +107,7 @@ impl Server {
|
|||||||
window: None,
|
window: None,
|
||||||
experimental: None,
|
experimental: None,
|
||||||
},
|
},
|
||||||
InitializationOptions::default(),
|
ServerConfig::default(),
|
||||||
&msg_receiver,
|
&msg_receiver,
|
||||||
&msg_sender,
|
&msg_sender,
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user