mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 06:41:48 +00:00
remove clones
This commit is contained in:
parent
bbcd998433
commit
85ff328d31
4 changed files with 5 additions and 6 deletions
|
@ -23,7 +23,6 @@ pub struct ServerWorldState {
|
|||
pub mem_map: FxHashMap<FileId, Option<String>>,
|
||||
}
|
||||
|
||||
#[derive(Clone)]
|
||||
pub struct ServerWorld {
|
||||
pub workspaces: Arc<Vec<CargoWorkspace>>,
|
||||
pub analysis: Analysis,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue