Rename stew/errorhandling to stew/eh

This commit is contained in:
Zahary Karadjov 2020-04-08 16:26:21 +03:00
parent 8e1755c4e1
commit 03e9469b1d
No known key found for this signature in database
GPG Key ID: C8936F8A3073D609
2 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import
../stew/[shims/macros, errorhandling]
../stew/[shims/macros, eh]
proc bar(x: int): int {.noerrors.} =
100