0xMiden/miden-vm

Warn about unused constants

开放

#2,898 创建于 2026年3月23日

 (3 条评论) (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.

贡献者指南