aboutsummaryrefslogtreecommitdiff
path: root/src/examples/mod.rs
diff options
context:
space:
mode:
authorJorge Aparicio <jorge@japaric.io>2018-01-15 23:26:07 +0100
committerJorge Aparicio <jorge@japaric.io>2018-01-15 23:33:09 +0100
commitdef4fc8079dcb646ef3cab446a4b160e09e169bf (patch)
treec82e6f193e0bf9b842366e305056481d4d1666b2 /src/examples/mod.rs
parent34edc41e9289e83468f68663a7f4a7f0f6cc2797 (diff)
v0.3.0
Diffstat (limited to 'src/examples/mod.rs')
-rw-r--r--src/examples/mod.rs5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/examples/mod.rs b/src/examples/mod.rs
index 53e74ed..64d1e2e 100644
--- a/src/examples/mod.rs
+++ b/src/examples/mod.rs
@@ -6,5 +6,6 @@ pub mod _2_two_tasks;
pub mod _3_preemption;
pub mod _4_nested;
pub mod _5_late_resources;
-pub mod _6_generics;
-pub mod _7_full_syntax;
+pub mod _6_safe_static_mut_ref;
+pub mod _7_generics;
+pub mod _8_full_syntax;