This commit is contained in:
Andy Gayton 2024-06-23 10:24:48 -04:00
parent b2ad20e36c
commit f8bcbf36bd

View File

@ -66,14 +66,6 @@ impl Default for Handlers {
}
}
impl Debug for Handlers {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
f.debug_struct("Handlers")
.field("handlers", &self.handlers.lock().unwrap().len())
.finish()
}
}
#[cfg(test)]
mod tests {
use super::*;