mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-21 05:44:44 +00:00
a few more quick changes and another range loop ignore
This commit is contained in:
@@ -1,15 +1,9 @@
|
||||
#![cfg_attr(not(feature = "clippy"), allow(needless_range_loop))]
|
||||
|
||||
use super::{
|
||||
LENGTH_BYTES,
|
||||
MAX_LIST_SIZE,
|
||||
LENGTH_BYTES
|
||||
};
|
||||
|
||||
#[derive(Debug)]
|
||||
pub enum EncodeError {
|
||||
ListTooLong,
|
||||
}
|
||||
|
||||
pub trait Encodable {
|
||||
fn ssz_append(&self, s: &mut SszStream);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user