Skip to content

Commit b7b76a6

Browse files
authored
chore: impl clone for GlobalOrLocalHttpCache (#75)
impl clone
1 parent 88d6a17 commit b7b76a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rs_lib/src/cache.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ pub trait HttpCache: MaybeSend + MaybeSync + std::fmt::Debug {
204204
) -> std::io::Result<Option<SystemTime>>;
205205
}
206206

207-
#[derive(Debug)]
207+
#[derive(Debug, Clone)]
208208
pub enum GlobalOrLocalHttpCache<
209209
Sys: FsCreateDirAll
210210
+ FsMetadata

0 commit comments

Comments
 (0)