adjust pub to make sense for actual usage (and after trait removal)

This commit is contained in:
Sebastian Thiel 2024-05-26 21:08:16 +02:00
parent 590d713f91
commit d952db0920
No known key found for this signature in database
GPG Key ID: 9CB5EE7895E8268B

View File

@ -1,7 +1,7 @@
pub mod entry;
pub mod oplog;
mod oplog;
mod reflog;
pub mod snapshot;
mod snapshot;
mod state;
/// The name of the file holding our state, useful for watching for changes.