mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 22:51:13 +00:00
Remove useless imports (#11136)
Because `TryInto`/`TryFrom` are in prelude by default from edition 2021 Signed-off-by: koushiro <koushiro.cqx@gmail.com>
This commit is contained in:
@@ -38,7 +38,6 @@ use parking_lot::Mutex;
|
||||
use prometheus_endpoint::{register, CounterVec, GaugeVec, Opts, PrometheusError, Registry, U64};
|
||||
use std::{
|
||||
cell::RefCell,
|
||||
convert::TryFrom as _,
|
||||
fmt,
|
||||
pin::Pin,
|
||||
sync::Arc,
|
||||
|
||||
Reference in New Issue
Block a user