fix: honor rename_all_fields, add tests (#304)

This commit is contained in:
Maximilian Güntner 2024-08-27 18:55:21 +02:00 committed by GitHub
parent 0e8a053c74
commit 04fa0713da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 116 additions and 0 deletions

View file

@ -10,6 +10,7 @@ use super::get_meta_items;
pub(crate) static SERDE_KEYWORDS: &[&str] = &[
"rename",
"rename_all",
"rename_all_fields",
"deny_unknown_fields",
"tag",
"content",