gfx-rs/wgpu

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

Aperta

#9716 aperta il 20 giu 2026

 (0 commenti) (1 reazione) (0 assegnatari)Rust (703 fork)batch import
good first issuekind: refactor

Metriche repository

Star
 (9290 stelle)
Metriche merge PR
 (Merge medio 12g 4h) (117 PR mergiate in 30 g)

Descrizione

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

Guida contributor