Skip to content

Commit

Permalink
Update src/actix.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
samscott89 committed Apr 7, 2024
1 parent b5bf5ef commit 1914ad7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/actix.rs
Expand Up @@ -72,7 +72,6 @@ impl ResponseError for QsError {
/// ```
pub struct QsQuery<T>(T);

// let foo: T = QsQuery<T>.into_inner()
impl<T> QsQuery<T> {
/// Unwrap into inner T value
pub fn into_inner(self) -> T {
Expand Down

0 comments on commit 1914ad7

Please sign in to comment.