Skip to content

Commit

Permalink
Merge pull request #4696 from graves501/patch-1
Browse files Browse the repository at this point in the history
Fix typo in example git.rs
  • Loading branch information
epage committed Feb 7, 2023
2 parents 100f01b + ad6778d commit ad5d676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/git.rs
Expand Up @@ -130,7 +130,7 @@ fn main() {
.collect::<Vec<_>>();
println!("Calling out to {ext:?} with {args:?}");
}
_ => unreachable!(), // If all subcommands are defined above, anything else is unreachabe!()
_ => unreachable!(), // If all subcommands are defined above, anything else is unreachable!()
}

// Continued program logic goes here...
Expand Down

0 comments on commit ad5d676

Please sign in to comment.