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
and then run cargo fix --edition-idioms, currently only the extern crate nix; line gets deleted, which makes the #[cfg(unix)] attribute apply to mod foo;, which is not what was intended.
I'm currently using cargo-fix v0.4.1 from crates.io.
For example, if I have
and then run
cargo fix --edition-idioms, currently only theextern crate nix;line gets deleted, which makes the#[cfg(unix)]attribute apply tomod foo;, which is not what was intended.I'm currently using cargo-fix v0.4.1 from crates.io.