Skip to content

Commit

Permalink
Mark Cache as Clone
Browse files Browse the repository at this point in the history
  • Loading branch information
lu-zero committed Oct 9, 2023
1 parent abff470 commit ff3cc90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dht-cache/src/cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ impl Builder {
/// Cached DHT
///
/// It keeps a local cache of the dht state and allow to query the persistent topics
#[derive(Clone)]
pub struct Cache {
peer_id: String,
local: LocalCache,
Expand Down

0 comments on commit ff3cc90

Please sign in to comment.