浏览代码

Disable dead_code warnings

Kevin Lee 3 年之前
父节点
当前提交
8e7e66d228
共有 1 个文件被更改,包括 1 次插入0 次删除
  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))]