Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
64: Inline non-nightly lowest_set_bit_nonzero r=Amanieu a=cuviper I was surprised to see this tiny function show up in my performance profile on its own. The nightly version of this function was already marked `#[inline]`, but the non-nightly version should be inlined too. Co-authored-by: Josh Stone <[email protected]>
- Loading branch information