Skip to content

Commit

Permalink
Chore: Clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Anny0nn committed Aug 20, 2024
1 parent 031f009 commit 5c8325b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion OCIF/staking/src/primitives.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
//! - `RewardInfo` - A struct that holds information about rewards, including the balance for stakers and the core.
//! - `EraInfo` - A struct that holds information about a specific era, including rewards, staked balance, active stake, and locked balance.
//! - `CoreStakeInfo` - A struct that holds information about a core's stake, including the total balance,
//! number of stakers, and whether a reward has been claimed.
//! number of stakers, and whether a reward has been claimed.
//! - `EraStake` - A struct that holds information about the stake for a specific era.
//! - `StakerInfo` - A struct that holds information about a staker's stakes across different eras.
//! - `UnlockingChunk` - A struct that holds information about an unlocking chunk of balance.
Expand Down
2 changes: 1 addition & 1 deletion pallet-rings/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
//! - `send_call` - Allows a core to send a XCM call to a destination chain.
//! - `transfer_assets` - Allows a core to transfer fungible assets to another account in the destination chain.
//! - `bridge_assets` - Allows a core to bridge fungible assets to another chain having either a third party account or
//! the core account as beneficiary in the destination chain.
//! the core account as beneficiary in the destination chain.
#![cfg_attr(not(feature = "std"), no_std)]

Expand Down

0 comments on commit 5c8325b

Please sign in to comment.