mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 09:13:07 +03:00
57cdf2dc16
Added restriction lint: pattern-type-mismatch changelog: Added a new restriction lint `pattern-type-mismatch`. This lint is especially helpful for beginners learning about the magic behind pattern matching. (This explanation might be worth to include in the next changelog.)