0xMiden/miden-vm

Warn about unused constants

Aperta

#2898 aperta il 23 mar 2026

 (2 commenti) (0 reazioni) (0 assegnatari)Rust (303 fork)github user discovery
assemblygood first issue

Metriche repository

Star
 (753 stelle)
Metriche merge PR
 (Merge medio 6g 2h) (71 PR mergiate in 30 g)

Descrizione

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 course, this is not of very high priority.

Guida contributor