things are working again

This commit is contained in:
Folkert 2020-08-04 01:28:40 +02:00
parent 6ce02b5727
commit 8c79b88697
6 changed files with 1518 additions and 248 deletions

View file

@ -24,3 +24,5 @@ pub mod decision_tree;
pub mod decision_tree2;
#[allow(clippy::ptr_arg)]
pub mod pattern;
#[allow(clippy::ptr_arg)]
pub mod pattern2;