gfx-rs/wgpu
Enable `clippy::allow_attributes` and `clippy::allow_attributes_without_reason` lints
開放
#9,716 建立於 2026年6月20日
good first issuekind: refactor
倉庫指標
- 星標
- (9,290 顆星)
- PR 合併指標
- (平均合併 12天 4小時) (30 天內合併 117 個 PR)
描述
These lints suggest replacing #[allow] with #[expect] and require a reason to be provided, which improves code quality.