You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With a struct that uses serde's deny_unknown_fields container attribute using non-prefixed keys envy kind-of correctly fails with the error unknown field an_other_env_variable, expected one of ....
Arguably that pragma does not make sense for that case, but might be necessary for other (de)serializations.
🐛 Bug description
With a struct that uses serde's
deny_unknown_fields
container attribute using non-prefixed keys envy kind-of correctly fails with the errorunknown field an_other_env_variable, expected one of ...
.Arguably that pragma does not make sense for that case, but might be necessary for other (de)serializations.
🤔 Expected Behavior
It ignores the other environment variables.
👟 Steps to reproduce
envy version: 0.4.1
The text was updated successfully, but these errors were encountered: