diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2017-03-14 08:40:02 +0100 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2017-03-14 08:40:02 +0100 |
commit | e32f08d05b7e9a7f8cc121f02a3622bf26e29733 (patch) | |
tree | a87aecf2b864a8c0dd174152c9de7df0eadefdc2 /lib | |
parent | 65f69d5515a8d42ef0b145c0a0ca3a3b57ac9f87 (diff) | |
download | Nim-e32f08d05b7e9a7f8cc121f02a3622bf26e29733.tar.gz |
sequtils: removed outdated note
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pure/collections/sequtils.nim | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/pure/collections/sequtils.nim b/lib/pure/collections/sequtils.nim index 45a148fbf..19512d5f4 100644 --- a/lib/pure/collections/sequtils.nim +++ b/lib/pure/collections/sequtils.nim @@ -16,9 +16,6 @@ ## <manual.html#anonymous-procs>`_ to procs like ``filter`` to reduce typing. ## Anonymous procs can use `the special do notation <manual.html#do-notation>`_ ## which is more convenient in certain situations. -## -## **Note**: This interface will change as soon as the compiler supports -## closures and proper coroutines. include "system/inclrtl" |