Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: make arb feature work with no-std (#160)
When compiled with no default features, but the `arb` feature disabled, the compilation fails. With this change it's now possible.
- Loading branch information