Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor!: Empirical::new -> Result<_, Infallible>
No value of `Infallible` can ever exist, so it is statically proven that `Result<Empirical, Infallible>` can never exist as a `Result::Err` variant. This allows layout optimizations and is arguably a clearer API.
- Loading branch information