Removed compiler warnings

This commit is contained in:
2021-12-21 12:10:36 +01:00
parent 73c24e457a
commit 90da7b4999
7 changed files with 12 additions and 28 deletions

View File

@@ -1,5 +1,3 @@
use std::f32::consts::E;
use std::fmt::format;
use crate::shared::api::request::{ConfigNetworkMode, ConfigRunLevel};
pub fn parse_network_mode(src: &str) -> Result<ConfigNetworkMode, String> {