Browse Source

Disable dead_code warnings

Kevin Lee 3 năm trước cách đây
mục cha
commit
8e7e66d228
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      Nixie_Firmware_Rust/src/main.rs

+ 1 - 0
Nixie_Firmware_Rust/src/main.rs

@@ -6,6 +6,7 @@
 #![feature(half_open_range_patterns)]
 #![feature(exclusive_range_pattern)]
 
+#![allow(dead_code)]
 
 // custom panic handler
 #[cfg(not(test))]