From 459d386e43aee9c9fad8ba867784ff22c52b5299 Mon Sep 17 00:00:00 2001 From: tyler Date: Sun, 4 Oct 2020 13:14:36 -0500 Subject: [PATCH] remove redunant field name in struct --- src/display.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/display.rs b/src/display.rs index 060183c..89058c8 100644 --- a/src/display.rs +++ b/src/display.rs @@ -398,7 +398,7 @@ mod tests { by_filecount: false, num_chars_needed_on_left_most: 5, base_size: 1, - longest_string_length: longest_string_length, + longest_string_length, ls_colors: LsColors::from_env().unwrap_or_default(), } }