Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(maitake): dead code warning with
cfg(loom)
(#300)
The `Header::STUB_VTABLE` constant is not used when the `loom` cfg is set, so it was emitting a dead code warning. I fixed this by moving it into the only function that actually references it, so it's not present with `--cfg loom`.
- Loading branch information