Skip to content

Commit

Permalink
refactor: and more
Browse files Browse the repository at this point in the history
Signed-off-by: MrCroxx <[email protected]>
  • Loading branch information
MrCroxx committed Oct 30, 2024
1 parent d112637 commit ae0f5ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foyer-memory/src/record.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ use crate::{eviction::Eviction, slab::Token};
/// it to a proper one.
///
/// For more details, please refer to the document of each enum options.
#[derive(Debug, Clone, Copy, Serialize, Deserialize)]
#[derive(Debug, Clone, Copy, Serialize, Deserialize, PartialEq, Eq)]

Check warning on line 31 in foyer-memory/src/record.rs

View check run for this annotation

Codecov / codecov/patch

foyer-memory/src/record.rs#L31

Added line #L31 was not covered by tests
pub enum CacheHint {
/// The default hint shared by all cache eviction algorithms.
Normal,
Expand Down

0 comments on commit ae0f5ad

Please sign in to comment.