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

Move to 2021 Rust #137 #227

Merged
merged 2 commits into from
Apr 25, 2022
Merged

Conversation

tedbyron
Copy link
Contributor

Closes #137

Tested with rustfix, i.e. cargo fix --edition, as well as cargo test --all-targets --all-features. Removed unnecessary code for 2021 edition.

Trying to look around all the repos to see how stuff works before I can make any useful contributions lol

@adlerjohn adlerjohn added the tech-debt Improves code quality or safety label Apr 25, 2022
Copy link
Member

@digorithm digorithm 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 so much for the contribution!

@@ -4,7 +4,6 @@ use fuels_types::{JsonABI, Property};
use hex::FromHex;
use itertools::Itertools;
use serde_json;
use std::convert::TryInto;
Copy link
Member

Choose a reason for hiding this comment

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

Lowkey happy about this; Really disliked having to import this, glad it's now in the prelude! 😁

@adlerjohn adlerjohn merged commit db890d2 into FuelLabs:master Apr 25, 2022
@adlerjohn
Copy link
Contributor

Thanks for your contribution @tedbyron!

@tedbyron tedbyron deleted the tedbyron/issue137 branch April 25, 2022 17:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tech-debt Improves code quality or safety
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Move to 2021 Rust
3 participants