mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 21:37:56 +00:00
remove unidiomatic (#9895)
This commit is contained in:
committed by
GitHub
parent
9605a6db3a
commit
f71d87ad28
@@ -450,7 +450,7 @@ impl<T: TypeInfo + 'static> TypeInfo for WrapperOpaque<T> {
|
||||
.type_params(vec![TypeParameter::new("T", Some(meta_type::<T>()))])
|
||||
.composite(
|
||||
Fields::unnamed()
|
||||
.field(|f| f.compact::<u32>().type_name("EncodedLengthOfT"))
|
||||
.field(|f| f.compact::<u32>())
|
||||
.field(|f| f.ty::<T>().type_name("T")),
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user