Skip to content

Commit

Permalink
import macros rather than import std/macros as per @Araq: nim-lan…
Browse files Browse the repository at this point in the history
  • Loading branch information
euantorano committed Mar 25, 2020
1 parent c70c182 commit 75ea2e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pure/typetraits.nim
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ since (1, 1):
type StaticParam*[value] = object
## used to wrap a static value in `genericParams`

import std/macros
import macros

macro genericParamsImpl(T: typedesc): untyped =
# auxiliary macro needed, can't do it directly in `genericParams`
Expand Down

0 comments on commit 75ea2e1

Please sign in to comment.