Skip to content

Commit

Permalink
fix bad commit
Browse files Browse the repository at this point in the history
  • Loading branch information
chakany committed Jun 25, 2024
1 parent adaedbb commit ee6b1a3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/relay/pool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,12 @@ use super::Relay;
use super::Subscription;
use crate::{Error, Result};
use std::collections::HashMap;
use std::time::Instant;
use tracing::{error, info, warn};

/// manages a group of relays.
pub struct RelayPool {
relays: HashMap<String, Relay>,
subs: Vec<Subscription>,
last_ping: Instant,
interval: i8,
}

#[allow(clippy::new_without_default)]
Expand Down

0 comments on commit ee6b1a3

Please sign in to comment.