Skip to content

Commit

Permalink
Cleanup warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jjcomer committed Jan 25, 2023
1 parent 577d210 commit e5aa71d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/storage/cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pub trait Cache {
}

#[derive(Debug, Clone)]
struct ExecuteCleanup {}
pub struct ExecuteCleanup {}

type CacheBox = Arc<Box<dyn Cache + Sync + Send>>;

Expand Down

0 comments on commit e5aa71d

Please sign in to comment.