We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fcf96b commit 249d141Copy full SHA for 249d141
src/index/diff/delegate.rs
@@ -50,7 +50,7 @@ impl Delegate {
50
let obj = id.object()?;
51
let mut deleted = Vec::with_capacity(obj.data.lines().count());
52
for line in obj.data.lines() {
53
- deleted.push(version_from_json_line(line.into(), change.location)?);
+ deleted.push(version_from_json_line(line, change.location)?);
54
}
55
self.changes.push(Change::Deleted {
56
name: change.location.to_string(),
0 commit comments