Files
pezkuwi-subxt/substrate/client/mixnet
Squirrel 954150f3b5 remove unnessisary use statements due to 2021 core prelude (#4183)
Some traits are already included in the 2021 prelude and so shouldn't be
needed to use explicitly:

use `convert::TryFrom`, `convert::TryInto`, and `iter::FromIterator` are
removed.

( https://doc.rust-lang.org/core/prelude/rust_2021/ )

No breaking changes or change of functionality, so I think no PR doc is
needed in this case.

(Motivation: Removes some references to `sp-std`)
2024-04-28 15:29:21 +00:00
..
2023-10-09 14:56:30 +01:00

Substrate mixnet service.

License: GPL-3.0-or-later WITH Classpath-exception-2.0