Merge pull request #105 from JRMurr/fix-lint

Remove un-used import
This commit is contained in:
Zhaofeng Li 2024-01-18 15:31:32 -07:00 committed by GitHub
commit fbe252a5c2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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)]