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
For example, a #[cfg(feature = "blah")] when blah isn't in the [features] or [dependencies] sections of Cargo.toml. This may require some people to put a blah = [] thing in the [features] section but I think it'd be worthwhile as a warn-by-default.