Factor out mono literal and pattern into smaller crates

This commit is contained in:
Ayaz Hafiz 2023-03-25 16:33:55 -05:00
parent 01c15c0648
commit f75248d206
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
5 changed files with 1858 additions and 1837 deletions

View file

@ -19,9 +19,4 @@ pub mod low_level;
pub mod reset_reuse;
pub mod tail_recursion;
// Temporary, while we can build up test cases and optimize the exhaustiveness checking.
// For now, following this warning's advice will lead to nasty type inference errors.
//#[allow(clippy::ptr_arg)]
pub mod decision_tree;
pub mod debug;