Files
Nim/lib/pure
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
..
2015-10-01 12:05:45 -07:00
2024-05-16 23:22:49 +02:00
2026-01-09 08:48:46 +01:00
2021-01-09 00:24:41 +01:00
2025-01-15 10:17:51 +01:00
2022-12-03 21:25:49 +08:00
2026-02-21 12:58:25 +01:00
2025-01-15 10:17:51 +01:00
2026-02-21 12:58:25 +01:00