summary refs log tree commit diff stats
path: root/todo.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2015-09-10 15:57:57 +0200
committerAraq <rumpf_a@web.de>2015-09-12 11:07:48 +0200
commit1562f74500f50ed2eb9a6f114ef1aa65d6d3962b (patch)
treebb41968b7d2c0fcb8fd9423c2cbba1509817f434 /todo.txt
parentafc891de6524844521a86b6568378bc19ef8dead (diff)
downloadNim-1562f74500f50ed2eb9a6f114ef1aa65d6d3962b.tar.gz
implicit return types for iterators are now deprecated
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/todo.txt b/todo.txt
index c645f45e9..91c6f1625 100644
--- a/todo.txt
+++ b/todo.txt
@@ -23,7 +23,6 @@ version 1.0
 - nimsuggest: auto-completion needs to work in 'class' macros
 - The bitwise 'not' operator will be renamed to 'bnot' to
   prevent 'not 4 == 5' from compiling. -> requires 'mixin' annotation for procs!
-- iterators always require a return type
 - split docgen into separate tool
 - special rule for ``[]=``, items, pairs
 - BUG: echo with template `$`*(info: TLineInfo): expr = toFileLineCol(info)