summaryrefslogtreecommitdiffstats
path: root/src/config
diff options
context:
space:
mode:
authorJiayi Zhao <jeff.no.zhao@gmail.com>2020-03-19 10:22:03 -0400
committerJiayi Zhao <jeff.no.zhao@gmail.com>2020-03-19 10:26:25 -0400
commitbd779fc6df4641f81bbbfe50663d883d64a5c88e (patch)
treee139f2d588f46142b2d632741a91339df66d1b8f /src/config
parent06b2d7730d10240b471e859c7988ed219aa4c590 (diff)
add soft-reload option
- this helps with reloading upon sort order change
Diffstat (limited to 'src/config')
-rw-r--r--src/config/config.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/config.rs b/src/config/config.rs
index 029bbcb..9fa43f6 100644
--- a/src/config/config.rs
+++ b/src/config/config.rs
@@ -1,7 +1,7 @@
use serde_derive::Deserialize;
use super::{parse_to_config_file, ConfigStructure, Flattenable};
-use crate::sort;
+use crate::util::sort;
use crate::CONFIG_FILE;