mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-02 16:21:42 +00:00
Fix Clippy for Rust 1.90 beta (#7826)
Fix Clippy for recently released Rust 1.90 beta. There may be more changes required when Rust 1.89 stable is released in a few days, but possibly not 🤞
This commit is contained in:
@@ -268,15 +268,7 @@ pub enum Error {
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use super::*;
|
||||
use eth2_keystore::json_keystore::{HexBytes, Kdf};
|
||||
|
||||
#[derive(Debug, Clone, Serialize, Deserialize)]
|
||||
pub struct KeyCacheTest {
|
||||
pub params: Kdf,
|
||||
//pub checksum: ChecksumModule,
|
||||
//pub cipher: CipherModule,
|
||||
uuids: Vec<Uuid>,
|
||||
}
|
||||
use eth2_keystore::json_keystore::HexBytes;
|
||||
|
||||
#[tokio::test]
|
||||
async fn test_serialization() {
|
||||
|
||||
Reference in New Issue
Block a user