summaryrefslogtreecommitdiffstats
path: root/src/config.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.rs')
-rw-r--r--src/config.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.rs b/src/config.rs
index a0015f71..f790e7dc 100644
--- a/src/config.rs
+++ b/src/config.rs
@@ -478,10 +478,10 @@ fn is_truecolor_terminal() -> bool {
#[cfg(test)]
mod tests {
- use super::*;
use std::env;
use crate::color;
+ use crate::syntax_theme;
use crate::tests::integration_test_utils::integration_test_utils;
#[test]