fix tests
This commit is contained in:
parent
deea8f52d9
commit
3d45da9bca
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ use tempfile::TempDir;
|
|||
use test_utils::{find_mismatch, parse_fixture};
|
||||
use thread_worker::Worker;
|
||||
|
||||
use ra_lsp_server::{main_loop, req, InitializationOptions};
|
||||
use ra_lsp_server::{main_loop, req, ServerConfig};
|
||||
|
||||
pub struct Project<'a> {
|
||||
fixture: &'a str,
|
||||
|
@ -107,7 +107,7 @@ impl Server {
|
|||
window: None,
|
||||
experimental: None,
|
||||
},
|
||||
InitializationOptions::default(),
|
||||
ServerConfig::default(),
|
||||
&msg_receiver,
|
||||
&msg_sender,
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue