Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
units: Remove compile time pointer width check
The `units` crate does not contain consensus logic and since our requirement to only support 32-bit and 64-bit machines is due to consensus logic we do not need to enforce the `target_pointer_width` in the `units` crate. Remove the compile time check on pointer width from the `units` crate.
- Loading branch information