diff options
author | ee7 <45465154+ee7@users.noreply.github.com> | 2020-12-09 16:17:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-09 16:17:50 +0100 |
commit | 87e634aab3182d6e9022f108bd6936a58682f01c (patch) | |
tree | b17b969f391e7e1b8ddfc0aae1c306144abbc559 /tests/effects | |
parent | 17a835a7b27c557ebb89c3d1bb44a9e5e6ce8ffb (diff) | |
download | Nim-87e634aab3182d6e9022f108bd6936a58682f01c.tar.gz |
rationals.nim: Use `func` everywhere (#16302)
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 7a0f1ee32..d30326123 100644 --- a/tests/effects/tstrict_funcs.nim +++ b/tests/effects/tstrict_funcs.nim @@ -10,6 +10,7 @@ import httpcore, math, nre, + rationals, sequtils, strutils, uri |