Fix #2: Remove Redundant Module Import

This commit is contained in:
Tochukwu Nkemdilim
2019-12-12 10:28:31 +01:00
parent 8e8c2fc808
commit 013c08bcb6
-2
View File
@@ -1,6 +1,4 @@
mod connectivity;
#[cfg(target_os = "windows")]
mod handler;
mod hotspot;
mod platforms;