diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2015-07-11 13:28:20 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2015-07-11 13:28:20 +0200 |
commit | fc9dc6c828629089806f769e31dc2a459c5878bb (patch) | |
tree | d37ab3c68d5c217c61c3aaa345416b94a85280c4 /doc | |
parent | 459793ca4c2c59dad2265ce1a7500e99d3188740 (diff) | |
parent | 2353fe343a11ba3744a11f8a61ec7c224c2f9490 (diff) | |
download | Nim-fc9dc6c828629089806f769e31dc2a459c5878bb.tar.gz |
Merge pull request #2272 from def-/unsigned
Move unsigned int operations to system module
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. |