pinakes-plugin-api: suppress enum_variant_names lint
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I01367dea28dd7b47cf765b6f33782a5e6a6a6964
This commit is contained in:
parent
1ee225201a
commit
60b6aa1fe8
1 changed files with 1 additions and 0 deletions
|
|
@ -195,6 +195,7 @@ pub struct ManifestFilesystemCapability {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Debug, Error)]
|
#[derive(Debug, Error)]
|
||||||
|
#[expect(clippy::enum_variant_names)]
|
||||||
pub enum ManifestError {
|
pub enum ManifestError {
|
||||||
#[error("Failed to read manifest file: {0}")]
|
#[error("Failed to read manifest file: {0}")]
|
||||||
IoError(#[from] std::io::Error),
|
IoError(#[from] std::io::Error),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue