mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 20:27:58 +00:00
[Deps] Bump scale-info to match cumulus and polkadot (#13873)
* [Deps] Bump scale-info to match cumulus and polkadot * fix Cargo.lock * fix identity * more fixes * fix * fixes * more fixes
This commit is contained in:
@@ -1616,9 +1616,9 @@ fn metadata() {
|
||||
},
|
||||
];
|
||||
|
||||
let empty_doc = pallets[0].event.as_ref().unwrap().ty.type_info().docs().is_empty() &&
|
||||
pallets[0].error.as_ref().unwrap().ty.type_info().docs().is_empty() &&
|
||||
pallets[0].calls.as_ref().unwrap().ty.type_info().docs().is_empty();
|
||||
let empty_doc = pallets[0].event.as_ref().unwrap().ty.type_info().docs.is_empty() &&
|
||||
pallets[0].error.as_ref().unwrap().ty.type_info().docs.is_empty() &&
|
||||
pallets[0].calls.as_ref().unwrap().ty.type_info().docs.is_empty();
|
||||
|
||||
if cfg!(feature = "no-metadata-docs") {
|
||||
assert!(empty_doc)
|
||||
|
||||
Reference in New Issue
Block a user