Feat(Rustc2018): Support Rust 2018
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
mod providers;
|
||||
|
||||
use self::providers::prelude::HotspotConfig;
|
||||
use platforms::{WifiError, WifiInterface};
|
||||
use crate::platforms::{WifiError, WifiInterface};
|
||||
use std::{fmt, io};
|
||||
|
||||
/// Error that might occur when interacting managing wireless hotspot.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
use hotspot::{WifiHotspot, WifiHotspotError};
|
||||
use platforms::WiFi;
|
||||
use crate::hotspot::{WifiHotspot, WifiHotspotError};
|
||||
use crate::platforms::WiFi;
|
||||
use std::fmt;
|
||||
use std::process::Command;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user