Skip to content
New issue

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

Switch HashMap to BTreeMap, lints #25

Merged
merged 1 commit into from
Nov 20, 2023
Merged

Switch HashMap to BTreeMap, lints #25

merged 1 commit into from
Nov 20, 2023

Conversation

nyurik
Copy link
Member

@nyurik nyurik commented Nov 20, 2023

  • This crate is mostly needed for (de-)serialization, so keeping ordering of the output consistent is a better approach.
  • Made a few tiny linting changes
  • Added clippy configuration to Cargo.toml (only works on Rust 1.74+, and will be ignored by the earlier Cargo)
  • I agree to follow the project's code of conduct.
  • I added an entry to CHANGES.md if knowledge of this change could be valuable to users.

* This crate is mostly needed for (de-)serialization, so keeping ordering of the output consistent is a better approach.
* Made a few tiny linting changes
* Added clippy configuration to Cargo.toml (only works on Rust 1.74+, and will be ignored by the earlier Cargo)
@nyurik nyurik merged commit 62af09c into georust:main Nov 20, 2023
1 check passed
@nyurik nyurik deleted the btreemap branch November 20, 2023 05:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants