Skip to content

Commit

Permalink
Fix compilation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
AnneKitsune committed May 3, 2019
1 parent 3d7b59a commit a8d72f7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/saveload/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ mod tests;
mod uuid;

#[cfg(feature = "uuid_entity")]
pub use self::uuid::{UuidMarker, UuidMarkerAllocator);
pub use self::uuid::{UuidMarker, UuidMarkerAllocator};
pub use self::{
de::DeserializeComponents,
marker::{MarkedBuilder, Marker, MarkerAllocator, U64Marker, U64MarkerAllocator},
Expand Down
1 change: 0 additions & 1 deletion src/world/entity.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ use std::{
};

use hibitset::{AtomicBitSet, BitSet, BitSetOr};
use nonzero_signed::NonZeroI32;
use shred::Read;

#[cfg(feature = "parallel")]
Expand Down

0 comments on commit a8d72f7

Please sign in to comment.