Skip to content

Commit

Permalink
chore: update comments
Browse files Browse the repository at this point in the history
Signed-off-by: MrCroxx <[email protected]>
  • Loading branch information
MrCroxx committed Nov 25, 2024
1 parent 6d975be commit fd509a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foyer-memory/src/cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ where
V: Value,
S: HashBuilder,
{
/// Update capacity.
/// Update capacity and evict overflowed entries.
#[fastrace::trace(name = "foyer::memory::cache::resize")]

Check warning on line 518 in foyer-memory/src/cache.rs

View check run for this annotation

Codecov / codecov/patch

foyer-memory/src/cache.rs#L518

Added line #L518 was not covered by tests
pub fn resize(&self, capacity: usize) -> Result<()> {
match self {
Expand Down

0 comments on commit fd509a6

Please sign in to comment.