mirror of
https://gitlab.com/msrd0/gotham-restful.git
synced 2025-04-20 14:57:01 +00:00
workaround for #7: no state when using conn
This commit is contained in:
parent
876da721f8
commit
26cbe28b00
2 changed files with 21 additions and 17 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue