Skip to content

Commit c502fa8

Browse files
committed
fix clap derive declaration of conflicts
1 parent c216dcd commit c502fa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/plumbing/options/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ pub mod fetch {
181181
pub shallow_exclude: Vec<gix::refs::PartialName>,
182182

183183
/// Remove the shallow boundary and fetch the entire history available on the remote.
184-
#[clap(long, conflicts_with_all = ["shallow_since", "shallow_exclude", "depth", "deepen", "unshallow"])]
184+
#[clap(long, conflicts_with_all = ["shallow_since", "shallow_exclude", "depth", "deepen"])]
185185
pub unshallow: bool,
186186
}
187187

0 commit comments

Comments
 (0)