1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-08-30 16:40:21 +02:00

use new actix context api

This commit is contained in:
Nikolay Kim
2018-07-04 17:04:23 +06:00
parent b6d26c9faf
commit 4c5a63965e
6 changed files with 119 additions and 151 deletions

View File

@@ -84,7 +84,6 @@
allow(decimal_literal_representation, suspicious_arithmetic_impl)
)]
#![warn(missing_docs)]
#![allow(unused_mut, unused_imports, unused_variables, dead_code)]
#[macro_use]
extern crate log;