mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 15:47:58 +00:00
Remove useless Result import (#3534)
Latest Rust nightly complains with `the item `Result` is imported redundantly` Co-authored-by: Sebastian Kunert <skunert49@gmail.com> Co-authored-by: Liam Aharon <liam.aharon@hotmail.com>
This commit is contained in:
@@ -17,7 +17,6 @@
|
||||
|
||||
//! Inherents for BABE
|
||||
|
||||
use core::result::Result;
|
||||
use sp_inherents::{Error, InherentData, InherentIdentifier};
|
||||
|
||||
/// The BABE inherent identifier.
|
||||
|
||||
Reference in New Issue
Block a user