1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-09-02 09:36:39 +02:00

remove deprecated types and methods

This commit is contained in:
Nikolay Kim
2018-04-29 21:05:10 -07:00
parent ab4e889f96
commit eefbe19651
7 changed files with 10 additions and 302 deletions

View File

@@ -13,9 +13,6 @@ use router::{Resource, Router};
use scope::Scope;
use server::{HttpHandler, HttpHandlerTask, IntoHttpHandler, ServerSettings};
#[deprecated(since = "0.5.0", note = "please use `actix_web::App` instead")]
pub type Application<S> = App<S>;
/// Application
pub struct HttpApplication<S = ()> {
state: Rc<S>,