summaryrefslogtreecommitdiffstats
path: root/src/features/side_by_side.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/features/side_by_side.rs
parentcf3f8c32b8a27d6c183e2e6883203735d99a7528 (diff)
Clippy: don't nest module inside module with same name
Diffstat (limited to 'src/features/side_by_side.rs')
-rw-r--r--src/features/side_by_side.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/features/side_by_side.rs b/src/features/side_by_side.rs
index 01e1836c..abb1a16d 100644
--- a/src/features/side_by_side.rs
+++ b/src/features/side_by_side.rs
@@ -460,9 +460,7 @@ fn right_fill_right_panel_line(
pub mod tests {
use crate::ansi::strip_ansi_codes;
use crate::features::line_numbers::tests::*;
- use crate::tests::integration_test_utils::integration_test_utils::{
- make_config_from_args, run_delta,
- };
+ use crate::tests::integration_test_utils::{make_config_from_args, run_delta};
#[test]
fn test_two_minus_lines() {