Skip to content

Commit

Permalink
fix compilation in test
Browse files Browse the repository at this point in the history
  • Loading branch information
AnneKitsune committed May 3, 2019
1 parent a8d72f7 commit 68f6270
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/saveload.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ extern crate specs_derive;
mod tests {
use spocs::{
error::NoError,
saveload::{ConvertSaveload, Marker, U64Marker, UuidMarker},
saveload::{ConvertSaveload, Marker, U64Marker},
Builder, Entity, World, WorldExt,
};
#[cfg(feature = "uuid_entity")]
use saveload::UuidMarker;

#[derive(ConvertSaveload)]
struct OneFieldNamed {
Expand Down

0 comments on commit 68f6270

Please sign in to comment.