rename pattern2 -> exhaustive

This commit is contained in:
Folkert 2020-08-06 18:45:28 +02:00
parent 5ff5def504
commit fb3aced178
4 changed files with 19 additions and 19 deletions

View file

@ -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;