chore: fix import ambiguity when building on CI

This commit is contained in:
Rekai Nyangadzayi Musuka 2021-01-27 23:05:26 -06:00
parent 1db139f47f
commit 016facf017
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
pub use alert::Alert;
pub use domasi::Domasi;
pub use crate::alert::Alert;
pub use crate::domasi::Domasi;
mod alert;
mod domasi;