mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-08-04 10:50:15 +00:00
Actual dummy server for the server cli
This commit is contained in:
parent
b0c4bc4972
commit
9d09bc0619
2 changed files with 29 additions and 3 deletions
|
@ -8,7 +8,7 @@
|
|||
//! 1.58) and future ABIs (stage1, nightly)
|
||||
|
||||
use std::{
|
||||
env, fs,
|
||||
env,
|
||||
path::{Path, PathBuf},
|
||||
process::Command,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue