1
0
Fork 0
mirror of https://github.com/zhaofengli/attic.git synced 2025-03-05 08:17:05 +00:00
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)]