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
Unfortunately cfg_if is problematic in some cases. I had to remove all use s of cfg_if out of a project recently because of rust-lang/rustfmt#3253. I actually am planning to have my CI/CD prevent use of cfg_if.
This crate has been extremely useful for me and it would be helpful for clippy to notice these and suggest using the crate instead.
The text was updated successfully, but these errors were encountered: