Skip to content

Commit

Permalink
[BUG] Remove enum imports from match statements (#3436)
Browse files Browse the repository at this point in the history
# Overview
Importing enums is extremely bad style in Rust. This can lead to nasty
errors in the future when enum definitions change.

Please stop doing this.
  • Loading branch information
Raunak Bhagat authored Nov 30, 2024
1 parent 573f76f commit a16a045
Showing 1 changed file with 344 additions and 275 deletions.
Loading

0 comments on commit a16a045

Please sign in to comment.