Cleared 2m ago · 0xMiden/miden-vm #2898 · Rust · ★ 768 · Apache-2.0

Warn about unused constants

The assembler currently warns about unused imports and unused docstrings, but not about unused constants. We use warnings_as_errors in the protocol to make sure we have no unused imports and the same would be nice to have for constants (e.g. no longer used error constants). Of…

What we checked

Similar unclaimed issues