mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-09 03:31:45 +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)]
|
||||
mod tests {
|
||||
use crate as ssz;
|
||||
use ssz::{Decode, Encode};
|
||||
use self::ssz::{Decode, Encode};
|
||||
|
||||
#[derive(PartialEq, Debug, Clone, Copy)]
|
||||
struct Wrapper(u64);
|
||||
|
||||
Reference in New Issue
Block a user