mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-30 04:37:13 +00:00
Update Rust Edition to 2024 (#7766)
* #7749 Thanks @dknopik and @michaelsproul for your help!
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
use crate::{database::CURRENT_SCHEMA_VERSION, Error, SlasherDB};
|
||||
use crate::{Error, SlasherDB, database::CURRENT_SCHEMA_VERSION};
|
||||
use types::EthSpec;
|
||||
|
||||
impl<E: EthSpec> SlasherDB<E> {
|
||||
|
||||
Reference in New Issue
Block a user