From 1914ad7e7c34062f263ce95a7b63eaae05bfe9dc Mon Sep 17 00:00:00 2001 From: Sam Scott Date: Sun, 7 Apr 2024 13:45:07 -0500 Subject: [PATCH] Update src/actix.rs --- src/actix.rs | 1 - 1 file changed, 1 deletion(-) 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 {