mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-29 05:37:58 +00:00
fix nightly clippy (#1746)
This commit is contained in:
committed by
Bastian Köcher
parent
7821e66bcd
commit
a21617082e
@@ -90,5 +90,5 @@ pub fn test_keyring() -> Vec<(Account, AuthorityWeight)> {
|
||||
|
||||
/// Get a list of "unique" accounts.
|
||||
pub fn accounts(len: u16) -> Vec<Account> {
|
||||
(0..len).into_iter().map(Account).collect()
|
||||
(0..len).map(Account).collect()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user