Fix the docs

This commit is contained in:
Temirkhan Myrzamadi 2020-06-26 18:33:40 +06:00
parent 1211af9e91
commit 9cab81b8bf

View file

@ -74,13 +74,8 @@ pub use storage::{InMemStorage, Storage};
/// ReceiveNumberState,
/// );
///
/// wrap_dialogue!(
/// Wrapper(Dialogue),
/// default Self(Dialogue::inject(StartState)),
/// );
///
/// pub type In<State> = TransitionIn<State, std::convert::Infallible>;
/// pub type Out = TransitionOut<Wrapper>;
/// pub type Out = TransitionOut<Dialogue>;
///
/// pub async fn start(cx: In<StartState>) -> Out { todo!() }
/// pub async fn receive_word(cx: In<ReceiveWordState>) -> Out { todo!() }