Commit 24915fb
authored
docs: update example usage in HeapLfuCache and correct LRU-K documentation (#78)
Modified the example usage in the `HeapLfuCache` documentation to reflect the correct module path. Updated the LRU-K documentation to improve clarity by correcting the representation of segmented LRU lists. These changes enhance the overall consistency and usability of the documentation, ensuring it aligns with Rust API guidelines.1 parent 9eddf76 commit 24915fb
2 files changed
Lines changed: 3 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
183 | | - | |
| 183 | + | |
184 | 184 | | |
185 | | - | |
186 | | - | |
187 | | - | |
| 185 | + | |
188 | 186 | | |
189 | 187 | | |
190 | 188 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
0 commit comments