finalize part 11
[rust-101.git] / TODO.txt
index 39d060cbe6f27de84ed23aae8c517cf79419c638..cc3268b6d770cc0dc165ec3006ef6982bc0cbfb1 100644 (file)
--- a/TODO.txt
+++ b/TODO.txt
@@ -1,11 +1,8 @@
-* Closures: Working on iterators
 * Arrays/slices
-* Trait objects
-* Drop
-* ?unsafe?
-* ?interior mutability?
 
 * Arc, concurrency, channels: Some grep-like thing, "rgrep"
 * Send, Sync
 * External dependencies: regexp crate, add to rgrep
-* 
\ No newline at end of file
+
+* Shared-memoty concurrency, interior mutability: Concurrent counter
+* Drop, unsafe: doubly-linked list