mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 08:52:54 +00:00
Fix warnings
This commit is contained in:
@@ -112,11 +112,6 @@ mod tests {
|
|||||||
let col_a: &str = BLOCKS_DB_COLUMN;
|
let col_a: &str = BLOCKS_DB_COLUMN;
|
||||||
let col_b: &str = VALIDATOR_DB_COLUMN;
|
let col_b: &str = VALIDATOR_DB_COLUMN;
|
||||||
|
|
||||||
let column_families = vec![
|
|
||||||
col_a,
|
|
||||||
col_b,
|
|
||||||
];
|
|
||||||
|
|
||||||
let db = MemoryDB::open();
|
let db = MemoryDB::open();
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@@ -137,11 +132,6 @@ mod tests {
|
|||||||
let col_a: &str = BLOCKS_DB_COLUMN;
|
let col_a: &str = BLOCKS_DB_COLUMN;
|
||||||
let col_x: &str = "ColumnX";
|
let col_x: &str = "ColumnX";
|
||||||
|
|
||||||
let column_families = vec![
|
|
||||||
col_a,
|
|
||||||
// col_x is excluded on purpose
|
|
||||||
];
|
|
||||||
|
|
||||||
let db = MemoryDB::open();
|
let db = MemoryDB::open();
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@@ -159,11 +149,6 @@ mod tests {
|
|||||||
let col_a: &str = BLOCKS_DB_COLUMN;
|
let col_a: &str = BLOCKS_DB_COLUMN;
|
||||||
let col_b: &str = VALIDATOR_DB_COLUMN;
|
let col_b: &str = VALIDATOR_DB_COLUMN;
|
||||||
|
|
||||||
let column_families = vec![
|
|
||||||
col_a,
|
|
||||||
col_b,
|
|
||||||
];
|
|
||||||
|
|
||||||
let db = MemoryDB::open();
|
let db = MemoryDB::open();
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user