Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Always inline
mem::{size_of,align_of}
in debug builds
Those two are const fn and do not have any arguments. Inlining helps reducing generated code size in debug builds.
- Loading branch information