Skip to content
Snippets Groups Projects
Unverified Commit c34ad77d authored by Nazar Mokrynskyi's avatar Nazar Mokrynskyi Committed by GitHub
Browse files

Remove useless Result import (#3534)


Latest Rust nightly complains with `the item `Result` is imported
redundantly`

Co-authored-by: default avatarSebastian Kunert <skunert49@gmail.com>
Co-authored-by: default avatarLiam Aharon <liam.aharon@hotmail.com>
parent ec30d2f5
No related merge requests found
Pipeline #452085 failed with stages
in 1 hour, 31 minutes, and 6 seconds
......@@ -17,7 +17,6 @@
//! Inherents for BABE
use core::result::Result;
use sp_inherents::{Error, InherentData, InherentIdentifier};
/// The BABE inherent identifier.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment