fix match import error

This commit is contained in:
James Zow 2022-05-16 06:28:41 +08:00
parent aa0b9f8780
commit 5e71271710
5 changed files with 3 additions and 1 deletions

2
exercises/matchs/mod.rs Normal file
View File

@ -0,0 +1,2 @@
mod match1;
mod match2;

View File

@ -10,7 +10,7 @@ mod r#if;
mod intro;
mod macros;
mod modules;
mod matche;
mod matchs;
mod move_semantics;
mod option;
mod primitive_types;