-
Notifications
You must be signed in to change notification settings - Fork 2
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
compile warnings #9
Comments
Starting work on this. |
All issues resolved except for one regarding The URL ref'd is: That page explains how making a Also, there are some warnings from clippy -- I'll start tweaking some of those too. This process of refactoring is helping me to learn a lot. Thank you for allowing me to tinker with this repo. |
One additional reminder to self: |
Right after posting last comment, found this solution. But it is getting late, so will implement and send PR sometime tomorrow. |
Ok, so I'm not entirely confident about implementing that solution. What I did appears to work, but I lack the familiarity with the build-n-deploy chain, so my confidence is lacking. I'm going to just PR with what I have and make a new ticket to remind me that I need to loop back to this issue after gaining more confidence with this repo, Rust, and the build process. PR #12 closes most of this ticket & Issue #13 contains the remainder. |
As ref'd in #4 , the compiler has warnings re
from_serde
,into_serde
, and a few other bits of code. It compiles, but I'd like to help get it to be warning-free. 🙂The text was updated successfully, but these errors were encountered: