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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,7 @@
34
34
- The unstable `required_version` configuration option now support semantic versioning [#6063](https://github.com/rust-lang/rustfmt/issues/6063)
35
35
- Format `lazy_static::lazy_static!` like `lazy_static!` when setting `style_edition=2027`[#6287](https://github.com/rust-lang/rustfmt/issues/6287)
36
36
- Top-level imports are no longer merged when setting `imports_granularity=Module`. Note that `imports_granularity=Module` is still an unstable configuration [#6191](https://github.com/rust-lang/rustfmt/issues/6191)
37
+
- Disable the `bytecount/generic-simd` optional dependency when using the `generic-simd` feature. The dependency was preventing rustfmt from building on nightly. simd support will be re-enabled once the issue has been fixed [#6807](https://github.com/rust-lang/rustfmt/pull/6807)[llogiq/bytecount#100](https://github.com/llogiq/bytecount/pull/100)
0 commit comments