Since #392 (by @taiki-e), it looks like loom went from a dev-dependency to a default dependency. It's guarded by cfg(loom), but I'm not sure if that's working as intended. My application now seems to be pulling in loom as a dependency of bytes even though I didn't specify any loom cfg. As far as I understand, loom should only be used for testing?