From f42fc6d9bc5a27b75f54f7cc4b58df27a68ca0c9 Mon Sep 17 00:00:00 2001 From: Xavier Vello Date: Tue, 30 Apr 2024 11:50:41 +0200 Subject: [PATCH] comment --- capture/tests/django_compat.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/capture/tests/django_compat.rs b/capture/tests/django_compat.rs index 67118ed..d1d313c 100644 --- a/capture/tests/django_compat.rs +++ b/capture/tests/django_compat.rs @@ -29,7 +29,7 @@ struct RequestDump { now: String, body: String, output: Vec, - #[serde(default)] + #[serde(default)] // default = false historical_migration: bool, }