diff options
author | ee7 <45465154+ee7@users.noreply.github.com> | 2020-12-09 12:11:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-09 12:11:16 +0100 |
commit | 6f57ebae349f073d696761fbba6d3f24f4b3dde9 (patch) | |
tree | fc8fc759f3588d7a1fb79173998c1cb414c53731 /tests/effects | |
parent | c43dca29013127c29578a241881d23d49c37231f (diff) | |
download | Nim-6f57ebae349f073d696761fbba6d3f24f4b3dde9.tar.gz |
sequtils.nim: Use `func` (#16293)
* sequtils.nim: proc -> func * sequtils.nim: proc -> func in links * sequtils.nim: proc -> func in non-link doc comments * test: add `sequtils` to strictFuncs test
Diffstat (limited to 'tests/effects')
-rw-r--r-- | tests/effects/tstrict_funcs.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/effects/tstrict_funcs.nim b/tests/effects/tstrict_funcs.nim index 89ac68108..7a0f1ee32 100644 --- a/tests/effects/tstrict_funcs.nim +++ b/tests/effects/tstrict_funcs.nim @@ -10,6 +10,7 @@ import httpcore, math, nre, + sequtils, strutils, uri |