mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-24 19:25:55 +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.
|
/// since the secret keys are known.
|
||||||
pub mod dev {
|
pub mod dev {
|
||||||
use super::*;
|
use super::*;
|
||||||
use core::str::FromStr;
|
|
||||||
|
|
||||||
once_static_cloned! {
|
once_static_cloned! {
|
||||||
/// Equivalent to `{DEV_PHRASE}//Alice`.
|
/// Equivalent to `{DEV_PHRASE}//Alice`.
|
||||||
|
|||||||
@@ -213,7 +213,6 @@ impl std::error::Error for Error {}
|
|||||||
/// since the secret keys are known.
|
/// since the secret keys are known.
|
||||||
pub mod dev {
|
pub mod dev {
|
||||||
use super::*;
|
use super::*;
|
||||||
use core::str::FromStr;
|
|
||||||
|
|
||||||
once_static_cloned! {
|
once_static_cloned! {
|
||||||
/// Equivalent to `{DEV_PHRASE}//Alice`.
|
/// Equivalent to `{DEV_PHRASE}//Alice`.
|
||||||
|
|||||||
Reference in New Issue
Block a user