Skip to content

Commit 249d141

Browse files
committed
thanks clippy
1 parent 3fcf96b commit 249d141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index/diff/delegate.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ impl Delegate {
5050
let obj = id.object()?;
5151
let mut deleted = Vec::with_capacity(obj.data.lines().count());
5252
for line in obj.data.lines() {
53-
deleted.push(version_from_json_line(line.into(), change.location)?);
53+
deleted.push(version_from_json_line(line, change.location)?);
5454
}
5555
self.changes.push(Change::Deleted {
5656
name: change.location.to_string(),

0 commit comments

Comments
 (0)