We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following YAML is to my understanding not valid, due to key1 not being unique:
key1: a: "b" key1: b: "c"
Please see https://stackoverflow.com/questions/47668308/duplicate-key-in-yaml-configuaration-file for details. I would have expected yaml-rust to report the duplicate to the user as an error. Do you share that understanding? If you can give some hints where to fix this, I would be happy to support.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
The following YAML is to my understanding not valid, due to key1 not being unique:
Please see https://stackoverflow.com/questions/47668308/duplicate-key-in-yaml-configuaration-file for details.
I would have expected yaml-rust to report the duplicate to the user as an error.
Do you share that understanding?
If you can give some hints where to fix this, I would be happy to support.
The text was updated successfully, but these errors were encountered: