mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 08:54:53 +00:00
fixes #24552 Could also implement `{.used.}` for imports but this wouldn't be backwards compatible. The same problem as #24552 also exists for `{.hint[XDeclaredButNotUsed].}` but this isn't as much of a problem since `{.used.}`/`{.push used.}` exist.