Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This function is called from `EcoVec::align` and `EcoVec::offset` functions. Although they are marked `#[inline]`, and `max` is private, that is not sufficient to ensure that it is inlined, and as a result, `EcoVec::new()` and related functions have calls to `max` in them.
- Loading branch information