mirror of https://github.com/fafhrd91/actix-web
Address issue 3033
This commit is contained in:
parent
17218dc6c8
commit
d394131d4a
|
@ -103,6 +103,7 @@ pub(crate) mod types;
|
|||
pub mod web;
|
||||
|
||||
pub use crate::app::App;
|
||||
pub use crate::app_service::AppEntry;
|
||||
#[doc(inline)]
|
||||
pub use crate::error::Result;
|
||||
pub use crate::error::{Error, ResponseError};
|
||||
|
|
Loading…
Reference in New Issue