mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
pass by reference
This commit is contained in:
parent
e042c73aff
commit
2fce825366
2 changed files with 19 additions and 23 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue