Files
Nim/lib
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
..
2017-02-20 17:24:19 +02:00
2021-01-29 12:26:36 +01:00
2019-07-14 16:08:15 +02:00
2021-01-15 18:56:38 -08:00
2021-01-30 14:14:38 +01:00
2021-01-29 12:26:36 +01:00
2020-09-09 12:47:22 +02:00
2020-12-23 10:23:45 +08:00