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
Many cargo subcommands accept an --all-features flag, which enables all of a crate's features. I have a crate that conditionally includes files if features are set (which subsequently aren't formatted when running cargo fmt). It'd be great if cargo-fmt could accept this flag