Skip to content

Commit 857c716

Browse files
committedJan 14, 2024
fix lint
1 parent e6bedf1 commit 857c716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎client/src/cache.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ use std::str::FromStr;
1414
use anyhow::{anyhow, Result};
1515
use serde::{Deserialize, Serialize};
1616

17-
pub use attic::cache::{CacheName, CacheNamePattern};
17+
pub use attic::cache::{CacheName};
1818

1919
/// A reference to a cache.
2020
#[derive(Debug, Clone)]

0 commit comments

Comments
 (0)
Please sign in to comment.