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
See reasoning in #4144, which still applies. Other projects like bindgen
etc also use it by default, and this would allow them to move to stable
rust.
Fixes#3368 again.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -354,6 +354,7 @@
354
354
### Changed
355
355
356
356
- Properly sort imports containing raw identifiers [#3791](https://github.com/rust-lang/rustfmt/issues/3791) (note this is change version gated, and not applied by default)
357
+
-`binop_separator` is now stable ([#3368](https://github.com/rust-lang/rustfmt/issues/3368)).
0 commit comments