diff --git a/src/actix.rs b/src/actix.rs index bf0c98a..33c2a33 100644 --- a/src/actix.rs +++ b/src/actix.rs @@ -72,7 +72,6 @@ impl ResponseError for QsError { /// ``` pub struct QsQuery(T); -// let foo: T = QsQuery.into_inner() impl QsQuery { /// Unwrap into inner T value pub fn into_inner(self) -> T {