diff options
Diffstat (limited to 'src/config/file_system.rs')
-rw-r--r-- | src/config/file_system.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/file_system.rs b/src/config/file_system.rs index 8528130..b89c1fe 100644 --- a/src/config/file_system.rs +++ b/src/config/file_system.rs @@ -18,8 +18,8 @@ use super::{ use std::{fs::read_to_string, path::PathBuf}; use anyhow::{Context, Result}; -use toml::Table; use bytes::Bytes; +use toml::Table; macro_rules! get { ($default:path, $config:expr, $get_fn:ident, $key_one:expr, $($keys:expr),*) => { |