Skip to content

Commit

Permalink
Revert non zero change
Browse files Browse the repository at this point in the history
  • Loading branch information
AnneKitsune committed May 3, 2019
1 parent a951dcf commit 70efd14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/world/entity.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
use std::{
fmt,
num::NonZeroI32,
sync::atomic::{AtomicUsize, Ordering},
};

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

Expand Down

0 comments on commit 70efd14

Please sign in to comment.