Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`cargo check` on nightly was erroring due to num-bigint: ```text error[E0658]: use of unstable library feature 'int_roundings' --> [...]/.cargo/registry/src/github.com-1ecc6299db9ec823/num-bigint-0.3.1/src/biguint.rs:208:10 | 208 | .div_ceil(&big_digit::BITS.into()) | ^^^^^^^^ | = note: see issue #88581 <rust-lang/rust#88581> for more information = help: add `#![feature(int_roundings)]` to the crate attributes to enable ```
- Loading branch information