diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2022-12-01 04:52:36 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-30 21:52:36 +0100 |
commit | 17ac8c31bf1d3a4db283f58fa0eb673ad1450411 (patch) | |
tree | 2e001348742fbac5b7a561bf42128cbdadaeb346 /tests/effects | |
parent | a7133e05948c25f196b9a7ce17b46790a0bdb122 (diff) | |
download | Nim-17ac8c31bf1d3a4db283f58fa0eb673ad1450411.tar.gz |
move `smtp` to nimble packages (#20953)
* move `smtp` to nimble packages * fixes * install smtp * yes
Diffstat (limited to 'tests/effects')
-rw-r--r-- | tests/effects/tstrict_funcs_imports.nim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/effects/tstrict_funcs_imports.nim b/tests/effects/tstrict_funcs_imports.nim index ba6dde2fe..8e60f0a26 100644 --- a/tests/effects/tstrict_funcs_imports.nim +++ b/tests/effects/tstrict_funcs_imports.nim @@ -110,7 +110,6 @@ import sets, sharedlist, sharedtables, - smtp, ssl_certs, ssl_config, stats, |