summaryrefslogtreecommitdiffstats
path: root/src/features/diff_highlight.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/features/diff_highlight.rs')
-rw-r--r--src/features/diff_highlight.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/features/diff_highlight.rs b/src/features/diff_highlight.rs
index 630099e1..fc4544c6 100644
--- a/src/features/diff_highlight.rs
+++ b/src/features/diff_highlight.rs
@@ -62,7 +62,7 @@ pub fn _make_feature(bold: bool) -> Vec<(String, OptionValueFunction)> {
mod test_utils {
use std::fs::remove_file;
- use crate::tests::integration_test_utils::integration_test_utils;
+ use crate::tests::integration_test_utils;
#[test]
fn test_diff_highlight_defaults() {