Skip to content

Commit

Permalink
refactor: impl Clone for config for simplification (#293)
Browse files Browse the repository at this point in the history
Signed-off-by: MrCroxx <[email protected]>
  • Loading branch information
MrCroxx authored Mar 14, 2024
1 parent 77781c2 commit cc6cb08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foyer-memory/src/eviction/lru.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ use crate::{
CacheContext, Key, Value,
};

#[derive(Debug)]
#[derive(Debug, Clone)]
pub struct LruConfig {
/// The ratio of the high priority pool occupied.
///
Expand Down

0 comments on commit cc6cb08

Please sign in to comment.