0xMiden/miden-vm

Warn about unused constants

オープン

#2,898 opened on 2026/03/23

 (3 件のコメント) (0 件のリアクション) (0 人の担当者)Rust (303 件のフォーク)github user discovery
assemblygood first issue

Repository metrics

Stars
 (753 個のスター)
PR merge metrics
 (平均マージ 6d 2h) (30d で 71 merged PRs)

説明

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.

コントリビューターガイド