treewide: general cleanup #11

Merged
NotAShelf merged 30 commits from notashelf/push-wsulzmvymvxq into main 2026-03-22 20:14:11 +00:00
Showing only changes of commit 60b6aa1fe8 - Show all commits

pinakes-plugin-api: suppress enum_variant_names lint

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I01367dea28dd7b47cf765b6f33782a5e6a6a6964
raf 2026-03-20 12:42:16 +03:00
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),