Merge branch 'main' into traffic-preview

This commit is contained in:
GyulyVGC
2025-12-13 11:26:15 +01:00

View File

@@ -14,9 +14,8 @@ fn log_err(self, location: Location) -> Result<T, E> {
let line = location.line;
eprintln!("Sniffnet error at [{file}:{line}]: {e}");
// in debug mode, panic on error
const {
assert!(!cfg!(debug_assertions));
}
#[cfg(debug_assertions)]
panic!();
}
self