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
Implicit maps should probably work for HashMaps.
Testcase for src/tests/serde.rs:
src/tests/serde.rs
#[test] fn implicit_hash_map() { roundtrip_implicit_map( &HashMap::from([(String::from("Hello"), 1), (String::from("World"), 2)]), "\"Hello\": 1\n\"World\": 2", ); }
The text was updated successfully, but these errors were encountered:
57c2b54
Successfully merging a pull request may close this issue.
Implicit maps should probably work for HashMaps.
Testcase for
src/tests/serde.rs
:The text was updated successfully, but these errors were encountered: