diff options
| author | Fuwn <[email protected]> | 2021-04-27 17:03:12 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-04-27 17:03:12 +0000 |
| commit | 8d987cc5226813c57f5264423bc4e4bcf87b3b0f (patch) | |
| tree | 8e3bc265aa7753524becee13f9d1b58d5536ac70 /src/config/mod.rs | |
| parent | feature: New configuration file format (diff) | |
| download | whirl-8d987cc5226813c57f5264423bc4e4bcf87b3b0f.tar.xz whirl-8d987cc5226813c57f5264423bc4e4bcf87b3b0f.zip | |
fmt: ...
Diffstat (limited to 'src/config/mod.rs')
| -rw-r--r-- | src/config/mod.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/config/mod.rs b/src/config/mod.rs index f57335d..17f0b30 100644 --- a/src/config/mod.rs +++ b/src/config/mod.rs @@ -2,7 +2,6 @@ // SPDX-License-Identifier: GPL-3.0-only use config::{ConfigError, File}; -use serde::Deserialize; use serde_derive::{Deserialize, Serialize}; #[derive(Serialize, Deserialize, Debug)] |