This commit is contained in:
John Murray 2024-01-14 15:32:42 -05:00
parent e6bedf1869
commit 857c71671c
No known key found for this signature in database

View file

@ -14,7 +14,7 @@ use std::str::FromStr;
use anyhow::{anyhow, Result};
use serde::{Deserialize, Serialize};
pub use attic::cache::{CacheName, CacheNamePattern};
pub use attic::cache::{CacheName};
/// A reference to a cache.
#[derive(Debug, Clone)]