Skip to content

Commit

Permalink
Fix #186 Expose Bucket to prevent compile error in Rust <= 1.73
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhurt authored and eaufavor committed Apr 22, 2024
1 parent 6e6b4f6 commit a23d4d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bleep
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e5fa2a58cacd97f90175b4084f3b3057466fd542
5fa74f2bf1f95b283bbeb819687777d5592218ee
2 changes: 1 addition & 1 deletion tinyufo/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ pub struct KV<T> {
}

// the data and its metadata
struct Bucket<T> {
pub struct Bucket<T> {
uses: Uses,
queue: Location,
weight: Weight,
Expand Down

0 comments on commit a23d4d8

Please sign in to comment.