remove clones

This commit is contained in:
Aleksey Kladov 2018-10-15 22:36:08 +03:00
parent bbcd998433
commit 85ff328d31
4 changed files with 5 additions and 6 deletions

View file

@ -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,