mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 01:14:41 +00:00
* 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]
7 lines
167 B
Nim
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
|