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
The docs for core include an explanation of what modules are injected by default, and that explanation is no longer correct. I believe the current situation is that core is imported at the top level of the crate and core::prelude::* is imported into every module.