gfx-rs/wgpu

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

Offen

#9.716 geöffnet am 20.06.2026

 (0 Kommentare) (1 Reaktion) (0 zugewiesene Personen)Rust (703 Forks)batch import
good first issuekind: refactor

Repository-Metriken

Stars
 (9.290 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 12T 4h) (117 gemergte PRs in 30 T)

Beschreibung

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

Contributor Guide