mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
more info on todo comment and allow clippy lint
This commit is contained in:
parent
1617c180ef
commit
9fa4c7217e
@ -45,6 +45,8 @@ make_case_elim!(
|
||||
}
|
||||
);
|
||||
|
||||
// We can't derive this because of the `make_case_elim` macro.
|
||||
#[allow(clippy::derivable_impls)]
|
||||
impl Default for StructureBlock {
|
||||
fn default() -> Self { StructureBlock::None }
|
||||
}
|
||||
|
@ -205,7 +205,8 @@ pub fn handle_create_ship(
|
||||
let collider = ship.make_collider();
|
||||
let voxel_colliders_manifest = VOXEL_COLLIDER_MANIFEST.read();
|
||||
|
||||
// TODO: find better solution for this.
|
||||
// TODO: Find better solution for this, maybe something like a serverside block
|
||||
// of interests.
|
||||
let (mut steering, mut seats) = {
|
||||
let mut steering = Vec::new();
|
||||
let mut seats = Vec::new();
|
||||
|
Loading…
Reference in New Issue
Block a user