mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-06 04:28:01 +00:00
Fix warnings in substrate (#1523)
* Fix warnings in substrate * More warnings removed and wasm updated * Fixes error on stable and grumbles * Update wasm files * Add links to the github issue for replacing `error-chain`
This commit is contained in:
@@ -16,6 +16,9 @@
|
||||
|
||||
//! Substrate client possible errors.
|
||||
|
||||
// Silence: `use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting`
|
||||
// https://github.com/paritytech/substrate/issues/1547
|
||||
#![allow(deprecated)]
|
||||
#![allow(missing_docs)]
|
||||
|
||||
use std;
|
||||
|
||||
Reference in New Issue
Block a user