From 0a5c23757c2a0fc8784ea1b5a3ad5b0cba0709e0 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sat, 3 May 2025 11:53:50 +0200 Subject: tests in some places --- cache/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cache') diff --git a/cache/src/lib.rs b/cache/src/lib.rs index 2d31d6c..1154ddf 100644 --- a/cache/src/lib.rs +++ b/cache/src/lib.rs @@ -44,7 +44,7 @@ static CONF: LazyLock = LazyLock::new(|| { .expect("cache config not preloaded. logic error") }); -#[derive(Debug, Encode, Decode, Serialize, Clone)] +#[derive(Debug, Encode, Decode, Serialize, Clone, PartialEq, Eq)] pub struct CachePath(pub PathBuf); impl CachePath { pub fn abs(&self) -> PathBuf { -- cgit v1.2.3-70-g09d2