mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Switched over the last std hashset.
This commit is contained in:
parent
b4a46f3e6e
commit
4f3b49ef8b
@ -25,11 +25,11 @@ use common::{
|
|||||||
vol::Vox,
|
vol::Vox,
|
||||||
vol::{ReadVol, VolSize},
|
vol::{ReadVol, VolSize},
|
||||||
};
|
};
|
||||||
|
use hashbrown::HashSet;
|
||||||
use log::debug;
|
use log::debug;
|
||||||
use rand::Rng;
|
use rand::Rng;
|
||||||
use specs::{join::Join, world::EntityBuilder as EcsEntityBuilder, Builder, Entity as EcsEntity};
|
use specs::{join::Join, world::EntityBuilder as EcsEntityBuilder, Builder, Entity as EcsEntity};
|
||||||
use std::{
|
use std::{
|
||||||
collections::HashSet,
|
|
||||||
i32,
|
i32,
|
||||||
net::SocketAddr,
|
net::SocketAddr,
|
||||||
sync::{mpsc, Arc},
|
sync::{mpsc, Arc},
|
||||||
|
Loading…
Reference in New Issue
Block a user