summaryrefslogtreecommitdiff
path: root/exercises/error_handling/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'exercises/error_handling/mod.rs')
-rw-r--r--exercises/error_handling/mod.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/exercises/error_handling/mod.rs b/exercises/error_handling/mod.rs
new file mode 100644
index 0000000..539fa23
--- /dev/null
+++ b/exercises/error_handling/mod.rs
@@ -0,0 +1,6 @@
+mod errors1;
+mod errors2;
+mod errors3;
+mod errors4;
+mod errors5;
+mod errors6;