Skip to content

v2.0.1

Choose a tag to compare

@github-actions github-actions released this 28 Aug 22:26
· 210 commits to master since this release
c9f66a8

Docs

  • Add a new section "None literals inference" to docs for "Into Conversions In-Depth"
  • Fix the docs about the comparison of Into conversions on the "Alternatives" page that were not updated during the v2 release

Fix

  • Fix capturing of generic params that appear only in return types (#72)
  • Fix support for associated types (#72)

Internal

  • Add more tests for various edge cases (#70)