Skip to content

Commit 299079f

Browse files
chore: remove unnecessarily allow'd unused_braces (#7416)
1 parent 958528f commit 299079f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

wgpu-core/src/lib.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@
3333
clippy::needless_update,
3434
// Need many arguments for some core functions to be able to re-use code in many situations.
3535
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,
3936
// It gets in the way a lot and does not prevent bugs in practice.
4037
clippy::pattern_type_mismatch,
4138
// `wgpu-core` isn't entirely user-facing, so it's useful to document internal items.

0 commit comments

Comments
 (0)