mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-01-11 21:29:18 +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 intro;
|
||||||
mod macros;
|
mod macros;
|
||||||
mod modules;
|
mod modules;
|
||||||
mod matche;
|
mod matchs;
|
||||||
mod move_semantics;
|
mod move_semantics;
|
||||||
mod option;
|
mod option;
|
||||||
mod primitive_types;
|
mod primitive_types;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user