mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-22 06:14:38 +00:00
Fix unused deps warnings
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
use crate::{BeaconChain, CheckPoint, ClientDB, SlotClock};
|
||||
use crate::{BeaconChain, ClientDB, SlotClock};
|
||||
use std::collections::HashMap;
|
||||
use std::sync::RwLockReadGuard;
|
||||
use types::{BeaconBlock, BeaconState, Hash256};
|
||||
use types::Hash256;
|
||||
|
||||
pub struct AttestationTargets {
|
||||
map: HashMap<u64, Hash256>,
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
use crate::{BeaconChain, CheckPoint, ClientDB, SlotClock};
|
||||
use std::collections::HashSet;
|
||||
use std::sync::{RwLock, RwLockReadGuard};
|
||||
use types::{BeaconBlock, BeaconState, Hash256};
|
||||
use types::Hash256;
|
||||
|
||||
pub struct BlockGraph {
|
||||
pub leaves: RwLock<HashSet<Hash256>>,
|
||||
|
||||
Reference in New Issue
Block a user