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

add fixes for some clippy lints #86

Merged
merged 4 commits into from
Oct 29, 2023
Merged

Conversation

knickish
Copy link
Collaborator

@knickish knickish commented Oct 22, 2023

First commit closes #85, and fixes an issue with the no-std feature cfg. Also a couple clippy lints.

Second commit fixes the no_std feature (which has apparently been broken for a while) and separates the std and no_std ci runs.

@knickish knickish marked this pull request as ready for review October 22, 2023 17:10
@knickish knickish requested a review from not-fl3 October 22, 2023 17:10
@knickish
Copy link
Collaborator Author

Also, probably a good time for a new version if you have time @not-fl3. There's a few fixes in there now that are not on crates.io

src/serde_json.rs Outdated Show resolved Hide resolved
src/serde_json.rs Outdated Show resolved Hide resolved
@knickish
Copy link
Collaborator Author

@not-fl3 removed those changes you didn't like

@knickish knickish requested a review from not-fl3 October 28, 2023 18:50
@not-fl3
Copy link
Owner

not-fl3 commented Oct 29, 2023

@not-fl3 removed those changes you didn't like

tbh I did not looked any further, I just wanted to illustrate the idea that we might be better off without clippy on the CI

@knickish
Copy link
Collaborator Author

Ah, I hadnt added it to CI, just ran it locally and implemented a couple things i thought looked helpful

@not-fl3
Copy link
Owner

not-fl3 commented Oct 29, 2023

Ah, I hadnt added it to CI, just ran it locally and implemented a couple things i thought looked helpful

oh, my bad

@knickish knickish merged commit 49b6123 into not-fl3:master Oct 29, 2023
8 checks passed
@knickish
Copy link
Collaborator Author

@not-fl3 could you do a release of the new version when you have time? thanks

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.

clippy::ignored-unit-patterns on DeJson
2 participants