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.
Activity
briansmith commentedon Oct 16, 2020
Unfortunately
cfg_if
is problematic in some cases. I had to remove all use s ofcfg_if
out of a project recently because of rust-lang/rustfmt#3253. I actually am planning to have my CI/CD prevent use ofcfg_if
.nk9 commentedon Aug 3, 2025
The project has decided not to suggest third-party crates. So this can be closed.
@rustbot label S-triage