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
After upgrading to v3, the imports in generated mod.rs are no longer in alphabetic order, thus cargo fmt -- --check command fails. Should it also include #![cfg_attr(rustfmt, rustfmt::skip)]? Thanks.
The text was updated successfully, but these errors were encountered:
After upgrading to v3, the imports in generated mod.rs are no longer in alphabetic order, thus
cargo fmt -- --check
command fails. Should it also include#![cfg_attr(rustfmt, rustfmt::skip)]
? Thanks.The text was updated successfully, but these errors were encountered: