You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?