huskies: merge 857
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
// the dead_code lint is suppressed for the module.
|
||||
#![allow(dead_code)]
|
||||
|
||||
mod apply;
|
||||
mod events;
|
||||
mod projection;
|
||||
mod subscribers;
|
||||
@@ -52,6 +53,9 @@ pub use events::{EventBus, TransitionFired, TransitionSubscriber};
|
||||
pub use projection::{ProjectionError, project_stage};
|
||||
pub use projection::{read_all_typed, read_typed};
|
||||
|
||||
#[allow(unused_imports)]
|
||||
pub use apply::{ApplyError, apply_transition, apply_transition_str};
|
||||
|
||||
#[allow(unused_imports)]
|
||||
pub use subscribers::{
|
||||
AutoAssignSubscriber, FileRendererSubscriber, MatrixBotSubscriber, PipelineItemsSubscriber,
|
||||
|
||||
Reference in New Issue
Block a user