diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lib.txt | 5 |
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. |