Files
Nim/lib
ringabout 48bb08ea92 fixes #25626; Fix injection variable declaration in sequtils.nim (#25629)
fixes #25626

This pull request introduces a small change to the `mapIt` template in
`sequtils.nim`. The update adds the `used` pragma to the injected `it`
variable, which can help suppress unused variable warnings in certain
cases.

- Added the `used` pragma to the injected `it` variable in the `mapIt`
template to prevent unused variable warnings.

or it should give a better warning or something if `it` is not used

(cherry picked from commit fb6fa96979)
2026-03-24 08:07:57 +01:00
..
2017-02-20 17:24:19 +02:00
2026-02-21 12:58:25 +01:00
2013-03-16 23:53:07 +01:00
2021-06-03 14:00:53 +02:00
2026-02-21 12:58:25 +01:00