mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
rename pattern2 -> exhaustive
This commit is contained in:
parent
5ff5def504
commit
fb3aced178
4 changed files with 19 additions and 19 deletions
|
@ -23,6 +23,6 @@ pub mod decision_tree;
|
|||
#[allow(clippy::ptr_arg)]
|
||||
pub mod decision_tree2;
|
||||
#[allow(clippy::ptr_arg)]
|
||||
pub mod pattern;
|
||||
pub mod exhaustive;
|
||||
#[allow(clippy::ptr_arg)]
|
||||
pub mod pattern2;
|
||||
pub mod pattern;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue