summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authordef <dennis@felsin9.de>2015-03-05 17:29:47 +0100
committerdef <dennis@felsin9.de>2015-07-01 18:59:08 +0200
commit6f145230eeb8b8ae5c8c857945443e3a393b20fe (patch)
treed9257eb5b9d7538bd98ac4aeea3f2df2711d3c70 /doc
parent11a908fd405a0ac0f136477f5817b2fd74e195f3 (diff)
downloadNim-6f145230eeb8b8ae5c8c857945443e3a393b20fe.tar.gz
Remove unsigned from lib.txt
Diffstat (limited to 'doc')
-rw-r--r--doc/lib.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/lib.txt b/doc/lib.txt
index 14a13c0d2..6a8f32e07 100644
--- a/doc/lib.txt
+++ b/doc/lib.txt
@@ -35,11 +35,6 @@ Core
   implicitly by the compiler. Do not import it directly. It relies on compiler
   magic to work.
 
-* `unsigned <unsigned.html>`_
-  This module implements basic arithmetic operators for unsigned integers.
-  To discourage users from using unsigned integers, it's not part
-  of ``system``, but an extra import.
-
 * `threads <threads.html>`_
   Nim thread support. **Note**: This is part of the system module. Do not
   import it explicitly.