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 useless conversion lints, use Rust 2021 feature resolver #357

Merged
merged 2 commits into from
Sep 14, 2023

Conversation

kennethloeffler
Copy link
Member

This PR Fixes a couple clippy lints that recently cropped up - we were calling into_iter unnecessarily in some InstanceBuilder methods

I also noticed a warning about the Rust 2021 feature resolver, so I set workspace.resolver = "2" to silence it. It looks to work just fine and I can't see any significant drawbacks - see https://doc.rust-lang.org/edition-guide/rust-2021/default-cargo-resolver.html for details

@Dekkonot Dekkonot merged commit 8790918 into rojo-rbx:master Sep 14, 2023
2 checks passed
@kennethloeffler kennethloeffler deleted the pls-clippy branch September 14, 2023 20:33
@kennethloeffler kennethloeffler restored the pls-clippy branch September 14, 2023 20:34
@kennethloeffler kennethloeffler deleted the pls-clippy branch September 14, 2023 20:34
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.

2 participants