Skip to content
This repository has been archived by the owner on Feb 28, 2021. It is now read-only.

Update rust toolchain to 2020-04-20 #383

Merged
merged 1 commit into from
Apr 22, 2020
Merged

Update rust toolchain to 2020-04-20 #383

merged 1 commit into from
Apr 22, 2020

Conversation

geigerzaehler
Copy link

@geigerzaehler geigerzaehler commented Apr 21, 2020

@geigerzaehler geigerzaehler requested a review from a team April 21, 2020 15:15
Copy link
Contributor

@NunoAlexandre NunoAlexandre left a comment

Choose a reason for hiding this comment

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

:shipit:

@@ -234,7 +234,7 @@ impl ClientT for Client {

async fn free_balance(&self, account_id: &AccountId) -> Result<state::AccountBalance, Error> {
let account_info = self
.fetch_map_value::<system::Account<Runtime>, _, _>(account_id.clone())
.fetch_map_value::<system::Account<Runtime>, _, _>(*account_id)
Copy link
Contributor

Choose a reason for hiding this comment

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

Did you happen to see this or was this reported by the updated toolchain?

Copy link
Author

Choose a reason for hiding this comment

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

The latter. Clippy caught it now

@geigerzaehler geigerzaehler merged commit 75ec60d into master Apr 22, 2020
@geigerzaehler geigerzaehler deleted the update-rust branch April 22, 2020 06:59
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants