From a3fd4bb710bfbf96cae92d083555236ca131a09d Mon Sep 17 00:00:00 2001 From: Dan Davison Date: Sat, 10 Jul 2021 07:06:11 +0100 Subject: Clippy: don't nest module inside module with same name --- src/features/side_by_side.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/features/side_by_side.rs') 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() { -- cgit v1.2.3