Files
Nim/tests/effects
ee7 0b01eddace critbits: fix error from strictFuncs (#16877)
Previously, compiling a file containing just `import critbits` with
`nim c --experimental:strictFuncs` would produce the following error:
    critbits.nim(529, 6) Error: 'toCritBitTree' can have side effects

This was introduced by 2aed418698 (#16564).

Fixes: #16873
2021-02-01 13:14:23 +01:00
..
2018-11-23 11:58:28 +01:00
2018-02-10 20:55:22 +01:00
2019-02-13 23:30:14 +01:00