simple when is working

This commit is contained in:
Folkert 2020-08-03 20:10:41 +02:00
parent 2a0b010a74
commit cccfeb51f2
6 changed files with 3269 additions and 205 deletions

View file

@ -11,6 +11,7 @@
// re-enable this when working on performance optimizations than have it block PRs.
#![allow(clippy::large_enum_variant)]
pub mod experiment;
pub mod expr;
pub mod layout;
pub mod reset_reuse;
@ -20,4 +21,6 @@ pub mod reset_reuse;
#[allow(clippy::ptr_arg)]
pub mod decision_tree;
#[allow(clippy::ptr_arg)]
pub mod decision_tree2;
#[allow(clippy::ptr_arg)]
pub mod pattern;