We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
allow
unused_braces
1 parent 958528f commit 299079fCopy full SHA for 299079f
wgpu-core/src/lib.rs
@@ -33,9 +33,6 @@
33
clippy::needless_update,
34
// Need many arguments for some core functions to be able to re-use code in many situations.
35
clippy::too_many_arguments,
36
- // For some reason `rustc` can warn about these in const generics even
37
- // though they are required.
38
- unused_braces,
39
// It gets in the way a lot and does not prevent bugs in practice.
40
clippy::pattern_type_mismatch,
41
// `wgpu-core` isn't entirely user-facing, so it's useful to document internal items.
0 commit comments