summaryrefslogtreecommitdiffstats
path: root/src/options/get.rs
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2021-07-10 07:06:11 +0100
committerDan Davison <dandavison7@gmail.com>2021-07-10 07:08:26 +0100
commita3fd4bb710bfbf96cae92d083555236ca131a09d (patch)
treec4d4394e02b8019ab2b8ef42894250b563349cb1 /src/options/get.rs
parentcf3f8c32b8a27d6c183e2e6883203735d99a7528 (diff)
Clippy: don't nest module inside module with same name
Diffstat (limited to 'src/options/get.rs')
-rw-r--r--src/options/get.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/options/get.rs b/src/options/get.rs
index e946c846..6026fb50 100644
--- a/src/options/get.rs
+++ b/src/options/get.rs
@@ -139,7 +139,7 @@ pub mod tests {
use std::fs::remove_file;
use crate::options::get::get_themes;
- use crate::tests::integration_test_utils::integration_test_utils;
+ use crate::tests::integration_test_utils;
// TODO: the followig tests are collapsed into one since they all set the same env var and thus
// could affect each other if allowed to run concurrently.