fix: leave implementers to define their Debug, so removed impl Debug for dyn NodeExporter
All checks were successful
Run Check Script / check (pull_request) Successful in 55s

This commit is contained in:
2026-01-06 14:17:04 -05:00
parent 4f8cd0c1cb
commit fdf1dfaa30
3 changed files with 45 additions and 22 deletions

View File

@@ -18,6 +18,7 @@ use harmony::{
};
use harmony_macros::{ip, ipv4, mac_address};
#[derive(Debug)]
struct OpnSenseTopology {
node_exporter: Arc<dyn NodeExporter>,
}