pass by reference

This commit is contained in:
Folkert 2021-03-22 13:16:47 +01:00
parent e042c73aff
commit 2fce825366
2 changed files with 19 additions and 23 deletions

View file

@ -13,7 +13,6 @@ pub mod tail_recursion;
// For now, following this warning's advice will lead to nasty type inference errors.
//#[allow(clippy::ptr_arg)]
//pub mod decision_tree;
#[allow(clippy::ptr_arg)]
pub mod decision_tree;
#[allow(clippy::ptr_arg)]
pub mod exhaustive;