소스 검색

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))]