mirror of https://github.com/fafhrd91/actix-web
[src/lib] Expose `application` publicly
This commit is contained in:
parent
e5cdd22720
commit
08835c5595
|
@ -165,7 +165,6 @@ extern crate webpki;
|
||||||
#[cfg(feature = "rust-tls")]
|
#[cfg(feature = "rust-tls")]
|
||||||
extern crate webpki_roots;
|
extern crate webpki_roots;
|
||||||
|
|
||||||
mod application;
|
|
||||||
mod body;
|
mod body;
|
||||||
mod context;
|
mod context;
|
||||||
mod de;
|
mod de;
|
||||||
|
@ -190,6 +189,7 @@ mod scope;
|
||||||
mod uri;
|
mod uri;
|
||||||
mod with;
|
mod with;
|
||||||
|
|
||||||
|
pub mod application;
|
||||||
pub mod client;
|
pub mod client;
|
||||||
pub mod error;
|
pub mod error;
|
||||||
pub mod fs;
|
pub mod fs;
|
||||||
|
|
Loading…
Reference in New Issue