Skip to content

Commit ccb502e

Browse files
committed
chore: address clippy warnings
1 parent 4a67e58 commit ccb502e

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

aggregation_mode/db/src/orchestrator.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@ use sqlx::{postgres::PgPoolOptions, Pool, Postgres};
44

55
use crate::retry::{next_backoff_delay, RetryConfig, RetryError};
66

7-
#[derive(Debug, Clone, Copy)]
8-
enum Operation {
9-
Read,
10-
Write,
11-
}
12-
137
/// A single DB node: connection pool plus shared health flags (used to prioritize nodes).
148
#[derive(Debug)]
159
struct DbNode {

0 commit comments

Comments
 (0)