1
0
Fork 0
mirror of https://gitlab.com/msrd0/gotham-restful.git synced 2025-04-20 06:54:46 +00:00

workaround for #7: no state when using conn

This commit is contained in:
Dominic 2020-01-14 23:32:16 +01:00
parent 876da721f8
commit 26cbe28b00
Signed by: msrd0
GPG key ID: DCC8C247452E98F9
2 changed files with 21 additions and 17 deletions

View file

@ -123,7 +123,7 @@ pub use gotham_restful_derive::*;
pub mod export
{
pub use futures::future::Future;
pub use gotham::state::FromState;
pub use gotham::state::{FromState, State};
#[cfg(feature = "database")]
pub use gotham_middleware_diesel::Repo;