remove now-unused mono files

This commit is contained in:
Folkert 2020-08-06 21:17:25 +02:00
parent 378fe1d5d1
commit 9dbce40a55
6 changed files with 321 additions and 4598 deletions

View file

@ -19,6 +19,6 @@ pub mod layout;
//#[allow(clippy::ptr_arg)]
//pub mod decision_tree;
#[allow(clippy::ptr_arg)]
pub mod decision_tree2;
pub mod decision_tree;
#[allow(clippy::ptr_arg)]
pub mod exhaustive;