#9716·wgpu

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

Author: beicauseCreated Jun 20, 2026Updated Sep 18, 2026
Labelsgood first issuekind: refactor

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