Skip to content

Commit

Permalink
Clippy fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
kukabi committed Feb 19, 2024
1 parent 808e63a commit 5c95948
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion subvt-substrate-client/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ use parity_scale_codec::Decode;
use rustc_hash::{FxHashMap as HashMap, FxHasher};
use sp_core::storage::{StorageChangeSet, StorageKey};
use sp_core::ConstU32;
use std::convert::TryInto;
use std::future::Future;
use std::hash::{Hash, Hasher};
use std::str::FromStr;
Expand Down
1 change: 0 additions & 1 deletion subvt-types/src/crypto.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ use crate::substrate::error::DecodeError;
use parity_scale_codec::{Decode, Encode};
use serde::{Deserialize, Serialize};
use sp_core::crypto::{Ss58AddressFormat, Ss58Codec};
use std::convert::{From, TryFrom, TryInto};
use std::fmt::{Display, Formatter};
use std::str::FromStr;

Expand Down
1 change: 0 additions & 1 deletion subvt-types/src/substrate/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ use sp_core::crypto::{AccountId32, Ss58AddressFormat};
use sp_runtime::DigestItem;
use sp_staking::EraIndex;
use std::collections::BTreeMap;
use std::convert::From;
use std::fmt::{Display, Formatter};
use std::str::FromStr;

Expand Down
1 change: 0 additions & 1 deletion subvt-types/src/subvt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ use crate::substrate::{
Stake, StakeSummary, ValidatorPreferences, ValidatorStake,
};
use serde::{Deserialize, Serialize};
use std::convert::From;
use subvt_proc_macro::Diff;

/// Represents the network's status that changes with every block.
Expand Down

0 comments on commit 5c95948

Please sign in to comment.