Skip to content

Commit

Permalink
Add Debug bound to docs example
Browse files Browse the repository at this point in the history
  • Loading branch information
samscott89 committed Apr 7, 2024
1 parent fdbb402 commit 03c5286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actix.rs
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ impl Default for QsQueryConfig {
/// use actix_web::{web, App, HttpResponse};
/// use serde_qs::actix::QsForm;
///
/// #[derive(Deserialize)]
/// #[derive(Debug, Deserialize)]
/// pub struct UsersFilter {
/// id: Vec<u64>,
/// }
Expand Down

0 comments on commit 03c5286

Please sign in to comment.