Chore(DeadCode): Disable Allowing Dead Code In Crate

This commit is contained in:
Tochukwu Nkemdilim
2018-11-11 08:57:26 +01:00
parent 64e6091a7e
commit aaa2ae7cb4
-2
View File
@@ -1,5 +1,3 @@
#![allow(dead_code)]
mod connectivity;
#[cfg(target_os = "windows")]
mod handler;