diff options
author | Juan Carlos <juancarlospaco@gmail.com> | 2021-02-09 00:21:17 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-08 19:21:17 -0800 |
commit | 68ef0c6c5be8ca52aafc44f5a16877f5c550a070 (patch) | |
tree | 2b4cddf37fe5357de8ae4da28310b7448b734b8c /doc | |
parent | 4576cf20af3df84a077427faf69d6bfb47821897 (diff) | |
download | Nim-68ef0c6c5be8ca52aafc44f5a16877f5c550a070.tar.gz |
Deprecate any (#16920)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/manual.rst b/doc/manual.rst index 2ba05ed4e..429e8a0fb 100644 --- a/doc/manual.rst +++ b/doc/manual.rst @@ -4803,7 +4803,6 @@ type class matches ``set`` any set type ``seq`` any seq type ``auto`` any type -``any`` distinct auto (see below) ================== =================================================== Furthermore, every generic type automatically creates a type class of the same |