Skip to content

Commit 157258e

Browse files
authored
simplify code
1 parent 6f12aac commit 157258e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/fields/proxy.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ impl<I: FieldProxyImpl> FieldProxy<I> {
380380
where
381381
FieldType!(I): FieldILike<'rhs, String, Any>,
382382
{
383-
self.like_ignore_case(format!("{}", escape_like(rhs)))
383+
self.like_ignore_case(escape_like(rhs))
384384
}
385385
}
386386

0 commit comments

Comments
 (0)