Skip to content

Commit 79bf09b

Browse files
Potential fixes for 2 code quality findings (#34)
* Apply suggested fix to src/lib.rs from Copilot Autofix Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com> * Apply suggested fix to src/lib.rs from Copilot Autofix Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com> --------- Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
1 parent a7f2a45 commit 79bf09b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//! High-performance cache primitives with pluggable eviction policies.
22
//!
3-
//! `cachekit` provides a trait-based cache framework with 17 eviction policies,
3+
//! `cachekit` provides a trait-based cache framework with 18 eviction policies,
44
//! arena-backed data structures, and optional metrics — all designed for
55
//! allocation-free hot paths and predictable tail latency.
66
//!
@@ -119,7 +119,7 @@
119119
//!
120120
//! ```toml
121121
//! [dependencies]
122-
//! cachekit = { version = "0.4", default-features = false, features = ["policy-s3-fifo"] }
122+
//! cachekit = { version = "0.x", default-features = false, features = ["policy-s3-fifo"] }
123123
//! ```
124124
//!
125125
//! # Data Structures (`ds`)

0 commit comments

Comments
 (0)