add gh issue reference for serde_html_form bug

This commit is contained in:
Brent Schroeter 2025-12-11 18:09:34 +00:00
parent bbf76dce01
commit f2dd3d8318

View file

@ -14,6 +14,7 @@ use crate::errors::AppError;
/// `#[serde(flatten)]`, Serde's buffering strategy causes `flatten` to break
/// deserialization of `Vec<_>` fields when provided with a sequence of length
/// == 1. `#[serde(flatten)]` should be avoided.
/// (Refer to: https://github.com/jplatte/serde_html_form/issues/25.)
#[derive(Clone, Debug, Deserialize)]
pub(crate) struct PresentationForm {
pub(crate) presentation_tag: String,