mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 20:11:09 +00:00
refactor: Optimize code based on cargo clippy suggestions (#1554)
Signed-off-by: rustfix <771054535@qq.com>
This commit is contained in:
@@ -238,7 +238,6 @@ impl std::error::Error for Error {}
|
||||
/// since the secret keys are known.
|
||||
pub mod dev {
|
||||
use super::*;
|
||||
use core::str::FromStr;
|
||||
|
||||
once_static_cloned! {
|
||||
/// Equivalent to `{DEV_PHRASE}//Alice`.
|
||||
|
||||
@@ -213,7 +213,6 @@ impl std::error::Error for Error {}
|
||||
/// since the secret keys are known.
|
||||
pub mod dev {
|
||||
use super::*;
|
||||
use core::str::FromStr;
|
||||
|
||||
once_static_cloned! {
|
||||
/// Equivalent to `{DEV_PHRASE}//Alice`.
|
||||
|
||||
Reference in New Issue
Block a user