Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove dependency on nonzero_signed crate
As of Rust 1.34, std::num::NonZeroI32 is available to replace nonzero_signed::NonZeroI32. The nonzero_signed crate includes a deprecation warning to that effect, and src/world/entity.rs was already updated to the std::num type in #575.
- Loading branch information