f4130d531f
Fixes the rustc warning: warning: struct `TestAsyncCacher` is never constructed --> pbs-tools/src/async_lru_cache.rs:86:12 | 86 | struct TestAsyncCacher { | ^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>