Skip to content

Commit

Permalink
Remove useless Result import (paritytech#3534)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
3 people authored Mar 5, 2024
1 parent 9c1f9a4 commit 0a44914
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion substrate/primitives/consensus/babe/src/inherents.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

//! Inherents for BABE

use core::result::Result;
use sp_inherents::{Error, InherentData, InherentIdentifier};

/// The BABE inherent identifier.
Expand Down

0 comments on commit 0a44914

Please sign in to comment.