pinakes-plugin-api: suppress enum_variant_names lint

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I01367dea28dd7b47cf765b6f33782a5e6a6a6964
This commit is contained in:
raf 2026-03-20 12:42:16 +03:00
commit 60b6aa1fe8
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF

View file

@ -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),