0xMiden/miden-vm

Warn about unused constants

Offen

#2.898 geöffnet am 23.03.2026

 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Rust (303 Forks)github user discovery
assemblygood first issue

Repository-Metriken

Stars
 (753 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 6T 2h) (71 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide