mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +00:00
follow up https://github.com/nim-lang/Nim/pull/22851 follow up https://github.com/nim-lang/Nim/pull/22873
7 lines
171 B
Nim
7 lines
171 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 std/sugar
|
|
export sugar
|