From 1079486539d44b2e70c623fb4948d6e0b9b11812 Mon Sep 17 00:00:00 2001 From: Akshay Date: Sun, 28 Nov 2021 19:25:36 +0530 Subject: remove lint: unquoted_splice --- bin/src/fix.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/src/fix.rs') diff --git a/bin/src/fix.rs b/bin/src/fix.rs index 4268567..a035379 100644 --- a/bin/src/fix.rs +++ b/bin/src/fix.rs @@ -100,7 +100,7 @@ pub mod main { text_diff .unified_diff() .context_radius(4) - .header(&old_file, &new_file) + .header(old_file, &new_file) ); } (FixOut::Stream, single_result) => { -- cgit v1.2.3