Rename stew/errorhandling to stew/eh
This commit is contained in:
parent
8e1755c4e1
commit
03e9469b1d
|
@ -1,5 +1,5 @@
|
|||
import
|
||||
../stew/[shims/macros, errorhandling]
|
||||
../stew/[shims/macros, eh]
|
||||
|
||||
proc bar(x: int): int {.noerrors.} =
|
||||
100
|
||||
|
|
Loading…
Reference in New Issue