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
[fearless_simd_gen]: Fix rustfmt style_edition defaulting to 2015 (#13)
Generated code is formatted with rustfmt. However, by default rustfmt uses the 2015 edition. This PR adds rustfmt.toml such that generating the code and cargo fmt match.
0 commit comments