Skip to content

Commit

Permalink
make DisposalThread reachable
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroMS25 committed Mar 27, 2024
1 parent a5d9b58 commit 9cbaae7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/driver/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ mod decode_mode;
mod mix_mode;
pub mod retry;
mod scheduler;
pub(crate) mod tasks;
pub mod tasks;
#[cfg(test)]
pub(crate) mod test_config;
#[cfg(any(test, feature = "internals"))]
Expand Down
2 changes: 1 addition & 1 deletion src/driver/tasks/mod.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#![allow(missing_docs)]

pub(crate) mod disposal;
pub mod disposal;
pub mod error;
mod events;
pub mod message;
Expand Down

0 comments on commit 9cbaae7

Please sign in to comment.