0xMiden/miden-vm

Warn about unused constants

Ouverte

#2 898 ouverte le 23 mars 2026

 (2 commentaires) (0 réaction) (0 personne assignée)Rust (303 forks)github user discovery
assemblygood first issue

Métriques du dépôt

Stars
 (753 étoiles)
Métriques de merge PR
 (Merge moyen 6j 2h) (71 PRs mergées en 30 j)

Description

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.

Guide contributeur