Fix doc-test in consensus crate (#6561)

* Use correct crate name in doc-test
This commit is contained in:
Mac L
2024-11-05 02:15:29 +04:00
committed by GitHub
parent 4f86d950e9
commit 9f657b0f07

View File

@@ -13,7 +13,7 @@ use std::slice::SliceIndex;
/// ## Example
///
/// ```
/// use ssz_types::{RuntimeVariableList};
/// use types::{RuntimeVariableList};
///
/// let base: Vec<u64> = vec![1, 2, 3, 4];
///