Skip to content

Commit a25e6cf

Browse files
morealSnowapril
authored andcommitted
Apply cargo clippy
1 parent c646019 commit a25e6cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vm/src/anystr.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ pub trait AnyStr<'s>: 's {
213213
if !range.is_normal() {
214214
return Ok(false);
215215
}
216-
let value = slicer(&self, range);
216+
let value = slicer(self, range);
217217

218218
single_or_tuple_any(
219219
affix,

0 commit comments

Comments
 (0)