Skip to content

Commit

Permalink
fix cargo-check
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Dec 6, 2023
1 parent 61f3090 commit 2920beb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/git/impl_.rs
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,7 @@ impl Iterator for CratesTreesToBlobs {

enum MaybeOwned<'a, T> {
Owned(T),
#[cfg_attr(not(feature = "parallel"), allow(dead_code))]
Borrowed(&'a mut T),
}

Expand Down

0 comments on commit 2920beb

Please sign in to comment.