diff options
author | treeform <starplant@gmail.com> | 2017-11-06 11:31:33 -0800 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2017-11-06 20:31:33 +0100 |
commit | 4c7dda37a2c2ea60c76a1b8d1b942f7819afb5aa (patch) | |
tree | 1857347257d3a34591c40bc762405f515bbe53be /doc/lib.rst | |
parent | 4dad120d47e5b2654a6e0728d5d387b59aed66aa (diff) | |
download | Nim-4c7dda37a2c2ea60c76a1b8d1b942f7819afb5aa.tar.gz |
Remove libuv from standard library wrappers. (#6624)
Diffstat (limited to 'doc/lib.rst')
-rw-r--r-- | doc/lib.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/lib.rst b/doc/lib.rst index 64c3c11eb..e32c2b6a9 100644 --- a/doc/lib.rst +++ b/doc/lib.rst @@ -533,9 +533,6 @@ Database support Network Programming and Internet Protocols ------------------------------------------ -* `libuv <libuv.html>`_ - Wrapper for the libuv library used for async I/O programming. - * `joyent_http_parser <joyent_http_parser.html>`_ Wrapper for the joyent's high-performance HTTP parser. |