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
If you pass this crate through cargo fix --prepare-for 2018
fnmain(){let x = 1;}
it fixes to:
fnmain(){let _x = 1;}
Should we be fixing non-edition warnings at all? These are marked applicable so we should be able to trust them, but perhaps we should exclude them for the sake of doing the minimum necessary?
If you pass this crate through
cargo fix --prepare-for 2018
it fixes to:
Should we be fixing non-edition warnings at all? These are marked applicable so we should be able to trust them, but perhaps we should exclude them for the sake of doing the minimum necessary?
cc @killercup @alexcrichton
The text was updated successfully, but these errors were encountered: