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.