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.