Skip to content

Commit

Permalink
Merge pull request #3655 from mulkieran/shared-dispatch
Browse files Browse the repository at this point in the history
Move shared.rs to dispatch.rs
  • Loading branch information
mulkieran authored Jul 26, 2024
2 parents 2670b4c + f01617a commit 56c5b38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions src/engine/strat_engine/pool/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.

mod shared;
mod dispatch;
pub mod v1;
pub mod v2;

pub use shared::AnyPool;
pub use dispatch::AnyPool;

0 comments on commit 56c5b38

Please sign in to comment.