part11: first version
[rust-101.git] / TODO.txt
index 39d060cbe6f27de84ed23aae8c517cf79419c638..1bf2f510484fd3d4b094501f0f8031487f352762 100644 (file)
--- a/TODO.txt
+++ b/TODO.txt
@@ -1,11 +1,9 @@
-* 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