diff --git a/crates/pinakes-plugin-api/src/manifest.rs b/crates/pinakes-plugin-api/src/manifest.rs index 20547a1..a8af310 100644 --- a/crates/pinakes-plugin-api/src/manifest.rs +++ b/crates/pinakes-plugin-api/src/manifest.rs @@ -195,6 +195,7 @@ pub struct ManifestFilesystemCapability { } #[derive(Debug, Error)] +#[expect(clippy::enum_variant_names)] pub enum ManifestError { #[error("Failed to read manifest file: {0}")] IoError(#[from] std::io::Error),