Skip to content

Commit

Permalink
feat: make traits module public (#157)
Browse files Browse the repository at this point in the history
This patch makes the traits module public, so third-party migration
implementations can be supported.

Fixes #155

Co-authored-by: João Oliveira <[email protected]>
  • Loading branch information
rockstar and jxs authored Apr 16, 2021
1 parent 19cba6b commit 991fc21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion refinery_core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pub mod config;
mod drivers;
pub mod error;
mod runner;
mod traits;
pub mod traits;
mod util;

pub use crate::error::Error;
Expand Down

0 comments on commit 991fc21

Please sign in to comment.