projects
/
rust-101.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix innter -> inner typo
[rust-101.git]
/
TODO.txt
diff --git
a/TODO.txt
b/TODO.txt
index 73c82b1885fe4030843cf7de8d8dab1705ba2160..ed3434cd3cb4a6d00cf69349331f8dd34dd56416 100644
(file)
--- a/
TODO.txt
+++ b/
TODO.txt
@@
-1,11
+1,3
@@
-* Closures: Working on iterators
-* Arrays/slices
-* Trait objects
-
-* Arc, concurrency, channels: Some grep-like thing, "rgrep"
-* Send, Sync
-* External dependencies: regexp crate, add to rgrep
-
-* Shared-memoty concurrency, interior mutability: Concurrent counter
+* Shared-memoty concurrency, interior mutability, Sync: Concurrent counter
* Drop, unsafe: doubly-linked list
* Drop, unsafe: doubly-linked list