Remove unsigned from lib.txt

This commit is contained in:
def
2015-03-05 17:29:47 +01:00
parent 11a908fd40
commit 6f145230ee

View File

@@ -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.