mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 08:52:54 +00:00
ssz is ambiguous (name vs any other name during import resolution)
This commit is contained in:
@@ -51,7 +51,7 @@ macro_rules! impl_decode_via_from {
|
|||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
mod tests {
|
mod tests {
|
||||||
use crate as ssz;
|
use crate as ssz;
|
||||||
use ssz::{Decode, Encode};
|
use self::ssz::{Decode, Encode};
|
||||||
|
|
||||||
#[derive(PartialEq, Debug, Clone, Copy)]
|
#[derive(PartialEq, Debug, Clone, Copy)]
|
||||||
struct Wrapper(u64);
|
struct Wrapper(u64);
|
||||||
|
|||||||
Reference in New Issue
Block a user