diff --git a/.clippy.toml b/.clippy.toml
deleted file mode 100644
index 1fdcf3e5ac6..00000000000
--- a/.clippy.toml
+++ /dev/null
@@ -1 +0,0 @@
-large-error-threshold = 225 # bytes
diff --git a/wgpu-core/src/device/mod.rs b/wgpu-core/src/device/mod.rs
index 7a7e0be4c99..494fa41b7a9 100644
--- a/wgpu-core/src/device/mod.rs
+++ b/wgpu-core/src/device/mod.rs
@@ -80,10 +80,7 @@ pub(crate) struct RenderPassContext {
#[derive(Clone, Debug, Error)]
pub enum RenderPassCompatibilityError {
#[error("Incompatible color attachment: the renderpass expected {0:?} but was given {1:?}")]
- IncompatibleColorAttachment(
- ArrayVec