Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Oct 9, 2023
1 parent d4f5e8e commit 2ae2ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/git.rs
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ impl TreeUpdateBuilder {
i,
Entry {
mode: entry.mode,
oid: entry.oid.clone().into(),
oid: entry.oid.into(),
filename: entry.filename.to_owned(),
},
);
Expand Down

0 comments on commit 2ae2ad7

Please sign in to comment.