emacs-vs / codemetrics

Plugin shows complexity information
GNU General Public License v3.0
66 stars 7 forks source link

Add match and call expressions to Rust rules #9

Closed themkat closed 7 months ago

themkat commented 7 months ago

Like the title says: A very small change adding match and call expressions to the Rust ruleset. match is like a switch statement on steroids, so it makes sense that it should have the same effect on cognitive complexity as a switch statement. Hope I'm not missing something and these were intentionally left out 🙂

jcs090218 commented 7 months ago

Thank you!