gfx-rs/wgpu

Enable `clippy::allow_attributes` and `clippy::allow_attributes_without_reason` lints

Open

#9,716 opened on Jun 20, 2026

 (0 comments) (1 reaction) (0 assignees)Rust (703 forks)batch import
good first issuekind: refactor

Repository metrics

Stars
 (9,290 stars)
PR merge metrics
 (Avg merge 12d 4h) (117 merged PRs in 30d)

Description

These lints suggest replacing #[allow] with #[expect] and require a reason to be provided, which improves code quality.

Contributor guide