fix clippy

This commit is contained in:
OMGeeky
2024-04-28 18:03:37 +02:00
parent fc38fbc800
commit 3bfa00b308

View File

@@ -1,6 +1,6 @@
use prelude::*;
use serde::{Deserialize, Serialize};
use std::path::{Path, PathBuf};
use std::path::PathBuf;
pub mod prelude {
pub use super::Conf;
pub use confique::Config;