diff options
author | Akshay <[email protected]> | 2021-11-28 13:55:36 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2021-11-28 13:55:36 +0000 |
commit | 1079486539d44b2e70c623fb4948d6e0b9b11812 (patch) | |
tree | 7dc80cbfb44d31b8fd63955a290e687a32adbec1 /bin/src/fix.rs | |
parent | cef2deec580acda72e0575b47b6415e5421736a7 (diff) |
remove lint: unquoted_splice
Diffstat (limited to 'bin/src/fix.rs')
-rw-r--r-- | bin/src/fix.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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 { | |||
100 | text_diff | 100 | text_diff |
101 | .unified_diff() | 101 | .unified_diff() |
102 | .context_radius(4) | 102 | .context_radius(4) |
103 | .header(&old_file, &new_file) | 103 | .header(old_file, &new_file) |
104 | ); | 104 | ); |
105 | } | 105 | } |
106 | (FixOut::Stream, single_result) => { | 106 | (FixOut::Stream, single_result) => { |