0xMiden/miden-vm

Warn about unused constants

開放

#2,898 建立於 2026年3月23日

 (2 則留言) (0 個反應) (0 位負責人)Rust (303 個分叉)github user discovery
assemblygood first issue

倉庫指標

星標
 (753 顆星)
PR 合併指標
 (平均合併 6天 2小時) (30 天內合併 71 個 PR)

描述

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.

貢獻者指南