add gh issue reference for serde_html_form bug
This commit is contained in:
parent
bbf76dce01
commit
f2dd3d8318
1 changed files with 1 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ use crate::errors::AppError;
|
||||||
/// `#[serde(flatten)]`, Serde's buffering strategy causes `flatten` to break
|
/// `#[serde(flatten)]`, Serde's buffering strategy causes `flatten` to break
|
||||||
/// deserialization of `Vec<_>` fields when provided with a sequence of length
|
/// deserialization of `Vec<_>` fields when provided with a sequence of length
|
||||||
/// == 1. `#[serde(flatten)]` should be avoided.
|
/// == 1. `#[serde(flatten)]` should be avoided.
|
||||||
|
/// (Refer to: https://github.com/jplatte/serde_html_form/issues/25.)
|
||||||
#[derive(Clone, Debug, Deserialize)]
|
#[derive(Clone, Debug, Deserialize)]
|
||||||
pub(crate) struct PresentationForm {
|
pub(crate) struct PresentationForm {
|
||||||
pub(crate) presentation_tag: String,
|
pub(crate) presentation_tag: String,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue