-
<
8000
a href="/login?return_to=%2Ftealdeer-rs%2Ftealdeer" rel="nofollow" id="repository-details-watch-button" data-hydro-click="{"event_type":"authentication.click","payload":{"location_in_page":"notification subscription menu watch","repository_id":null,"auth_type":"LOG_IN","originating_url":"https://github.com/tealdeer-rs/tealdeer/pull/201","user_id":null}}" data-hydro-click-hmac="a1e39bccba63fc7728de505e781c3223a58f1037555064c930bed59062b308ad" aria-label="You must be signed in to change notification settings" data-view-component="true" class="btn-sm btn"> Notifications
You must be signed in to change notification settings - Fork 132
Add various small refactorings #201
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, thank you! Looks good from my side, can be merged as soon as tests pass.
Ah, the IntoIterator impl for arrays is available from Rust 1.53, and I see 1.52 in CI 😕 |
As per #191, feel free to bump the Rust version in CI! (It would be great if you could also reorder the commits so that the version bump commit comes first, in case you know how to do that.) |
9da9cf0
to
9b56152
Compare
Done 😀 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, one last thing: Can you also update the version in clippy.toml
(ideally in the same commit as the CI version bump)? (I hope this doesn't trigger new lints though.)
9b56152
to
a4ac910
Compare
Highlights:
.iter()
/.into_iter()
calls.as_bytes()
calls