Update src/middleware/condition.rs

Co-Authored-By: Yuki Okushi <huyuumi.dev@gmail.com>
This commit is contained in:
κeen 2019-09-07 16:36:50 +09:00 committed by GitHub
parent ce4e9a5595
commit dd1cd59299
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@ use futures::{Future, Poll};
/// .wrap(Condition::new(enable_normalize, NormalizePath));
/// }
/// ```
///
pub struct Condition<T> {
trans: T,
enable: bool,