-
-
Notifications
You must be signed in to change notification settings - Fork 311
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 compile warnings with Rust 1.51 #56
Comments
Wow, Rust 1.51 was released less than two hours ago! I see I'm not the only one excited to play with const generics. I can take a look at my code later this week (probably tomorrow or Saturday) but feel free to fix them if you'd rather do so yourself and/or prefer them to be fixed sooner. For the most part the usage of |
😅 That was mere chance, but it's always nice to install a new Rust version and fix the additional clippy lints that usually pop up, making everything just a little better. Even though I really want to take a closer look at On another note, I hope you are also a little bit excited about the grant opportunity 🎉. |
Note to self: Add |
|
Everything I could find is now fixed as well. Please note that |
Most of them seem to point at git-config. When seeing
unwraps()
I recommend making them into '.expect(…)in case it's more like an assertion, or to transform them into errors to be able to use
?` instead.Everything unrelated to
git-config
I will fix, please let me know @edward-shen if I should use this opportunity to take a first and more thorough look myself and fix them as I go along.The text was updated successfully, but these errors were encountered: