summary refs log tree commit diff stats
path: root/lib/deprecated/pure/future.nim
blob: 0e06161f208164056042db70a7ea6642ad437f13 (plain) (blame)
1
2
3
4
5
6
## 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