mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-10 18:38:22 +00:00
Remove old Error conversion
This commit is contained in:
parent
f951718241
commit
529a105bef
1 changed files with 0 additions and 10 deletions
|
@ -31,16 +31,6 @@ pub enum ConfigError {
|
||||||
IOError(#[from] std::io::Error),
|
IOError(#[from] std::io::Error),
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
// TODO do Error conversion
|
|
||||||
impl Into<ApiError> for ConfigError {
|
|
||||||
fn into(self) -> ApiError {
|
|
||||||
ApiError::Leet
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
*/
|
|
||||||
|
|
||||||
pub const CURRENT_CONFIG_PATH: &str = "config.json";
|
pub const CURRENT_CONFIG_PATH: &str = "config.json";
|
||||||
pub const PENDING_CONFIG_PATH: &str = "pending.json";
|
pub const PENDING_CONFIG_PATH: &str = "pending.json";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue