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

Fix std instead of core or alloc #183

Merged

Conversation

vic1707
Copy link
Contributor

@vic1707 vic1707 commented Sep 13, 2024

Fixes #182

Also add some config so its hopefully less likely to happen 🙃.

Copy link
Owner

@greyblake greyblake left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you very much!
I have to admit I don't use no_std (yet :) )

@greyblake greyblake self-requested a review November 8, 2024 22:49
@greyblake greyblake merged commit 87b51c5 into greyblake:master Nov 8, 2024
@vic1707 vic1707 deleted the fix-std-instead-of-core-or-alloc branch November 8, 2024 23:09
@vic1707
Copy link
Contributor Author

vic1707 commented Nov 8, 2024

I don't really either, I just took the habit of enabling every possible clippy lints since it can give really good suggestions and I learn a lot by reading the clippy page of a lint when I break some rules 😁.

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.

Fix support for #![no_std] and serde
2 participants