mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-01-11 05:09:19 +00:00
fix match import error
This commit is contained in:
parent
aa0b9f8780
commit
5e71271710
2
exercises/matchs/mod.rs
Normal file
2
exercises/matchs/mod.rs
Normal file
@ -0,0 +1,2 @@
|
||||
mod match1;
|
||||
mod match2;
|
||||
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user