Skip to content

0.53.8

Latest
Compare
Choose a tag to compare
@nicklockwood nicklockwood released this 22 Apr 22:30
· 1 commit to main since this release
  • Added --strict option to emit non-zero exit code after applying changes in formatting mode
  • The enumNamespaces rule is no longer applied to structs with macros that have generic arguments
  • The opaqueGenericParameters rule is no longer applied to structs with macros or attributes
  • Fixed another case where redundantParens spuriously removed parens inside a closure
  • Fixed bug where redundantInit mishandled a .init after a ternary operator