Files
Nim/lib/deprecated/pure/future.nim
metagn f4af9e955b remove some deprecated pre-1.0 stdlib modules (#20202)
* remove pre-1.0 stdlib deprecations

notable exceptions:
* ze, toU8 etc in system/arithmetics
* potentially callsite

* undo macros, ospaths, securehash, oswalkdir

* add sets back

* add back future, document deprecated versions

* add to changelog [skip ci]
2022-08-23 20:18:40 +02:00

7 lines
167 B
Nim

## This module is a deprecated alias for the `sugar` module. Deprecated since 0.19.0.
{.deprecated: "Use the new 'sugar' module instead".}
import sugar
export sugar