gfx-rs/wgpu

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

Aberta

#9.716 aberto em 20 de jun. de 2026

 (0 comentário) (1 reação) (0 responsável)Rust (703 forks)batch import
good first issuekind: refactor

Métricas do repositório

Stars
 (9.290 estrelas)
Métricas de merge de PR
 (Mesclagem média 12d 4h) (117 fundiu PRs em 30d)

Description

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

Guia do colaborador