common: Move panic handler out of libcommon.
[gps-watch.git] / src / common / lib.rs
index dcca2f2f7f7c319094c77ce78809393a7ef5bc66..69cd7be4f8110e80219421339682585e92ed4a85 100644 (file)
@@ -42,12 +42,4 @@ pub mod screen;
 pub mod display;
 pub mod gps;
 pub mod fmt;
-
-use core::panic::PanicInfo;
-
-#[inline(never)]
-#[panic_handler]
-fn panic(_info: &PanicInfo) -> ! {
-    loop {
-    }
-}
+pub mod time;