Skip to content

v0.1.2 — if/else-if/else branch exclusivity fix

Choose a tag to compare

@olli4 olli4 released this 12 Feb 14:53
· 3 commits to main since this release

Bug fix for no-use-after-consume: the rule no longer reports false positives when a variable is consumed in one branch of an if/else if/else chain and used in a different, mutually exclusive branch. Also includes the no-unnecessary-ref member-chain fixed-point fix from v0.1.1 (now properly tagged).