diff options
| author | Ganesh Viswanathan <dev@genotrance.com> | 2020-04-22 11:37:45 -0500 |
|---|---|---|
| committer | Ganesh Viswanathan <dev@genotrance.com> | 2020-04-22 11:37:45 -0500 |
| commit | da6a4e30ab9c88748e54e4cf0bdae248c8750cdd (patch) | |
| tree | a9b6715f9c68b4a41e8ea200e1919ef8cac47d14 | |
| parent | 79526221b7cd488043f545a903f65da736eea2c7 (diff) | |
| download | nimterop-multifile.tar.gz nimterop-multifile.zip | |
Remove segfaultsmultifile
| -rw-r--r-- | nimterop/toast.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nimterop/toast.nim b/nimterop/toast.nim index 7dad591..ab44970 100644 --- a/nimterop/toast.nim +++ b/nimterop/toast.nim @@ -1,4 +1,4 @@ -import os, osproc, segfaults, strformat, strutils, tables, times +import os, osproc, strformat, strutils, tables, times import "."/treesitter/[api, c, cpp] |
