Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
REVIEW: cargo fmt
Fintan Halpenny committed 6 months ago
commit bc6dbfa989e452297d7d8c132f9b7365bc31ca69
parent 53ca9970ac9d462332f053295be50f4a6cf278f8
1 file changed +0 -1
modified crates/radicle-node/src/reactor/timer.rs
@@ -1,7 +1,6 @@
use std::time::Duration;
use std::{collections::BTreeSet, time::Instant};

-

/// Manages timers and triggers timeouts.
#[derive(Debug, Default)]
pub struct Timer {