Skip to content

Commit e7c25b0

Browse files
authoredFeb 23, 2025··
Merge pull request #499 from moka-rs/fix-ci-2025-02-23
Fix a Clippy warning
2 parents 2d932ef + e88001a commit e7c25b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@
224224
//! `invalidate_all` and `invalidate_entries_if`.
225225
//! - Some of the cache read methods: `get`
226226
//! - `run_pending_tasks` method, which executes the pending maintenance tasks
227-
//! explicitly.
227+
//! explicitly.
228228
//!
229229
//! Except `run_pending_tasks` method, the maintenance tasks are executed lazily
230230
//! when one of the conditions in the [Bounded Channels](#bounded-channels) section

0 commit comments

Comments
 (0)
Please sign in to comment.