gfx-rs/wgpu
Enable `clippy::allow_attributes` and `clippy::allow_attributes_without_reason` lints
オープン
#9,716 opened on 2026/06/20
good first issuekind: refactor
Repository metrics
- Stars
- (9,290 個のスター)
- PR merge metrics
- (平均マージ 12d 4h) (30d で 117 merged PRs)
説明
These lints suggest replacing #[allow] with #[expect] and require a reason to be provided, which improves code quality.