Skip to content

Commit 23f584f

Browse files
committed
clippy
1 parent 407c56e commit 23f584f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/iota-sdk-ffi/src/types/graphql.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ impl From<CoinMetadata> for iota_graphql_client::query_types::CoinMetadata {
355355
icon_url: value.icon_url,
356356
name: value.name,
357357
symbol: value.symbol,
358-
supply: value.supply.map(|s| BigInt(s)),
358+
supply: value.supply.map(BigInt),
359359
version: value.version,
360360
}
361361
}

0 commit comments

Comments
 (0)