Skip to content

Commit 6ee83c4

Browse files
committed
Fix clippy lint
1 parent 059ddba commit 6ee83c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tokenizer.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ fn get_next_token<'a>(
118118
},
119119
get_double_colon_token,
120120
get_operator_token,
121-
|input: &mut _| get_placeholder_token(input, named_placeholders.clone()),
121+
|input: &mut _| get_placeholder_token(input, named_placeholders),
122122
get_word_token,
123123
get_any_other_char,
124124
))

0 commit comments

Comments
 (0)