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.
2 parents 100f01b + ad6778d commit ad5d676Copy full SHA for ad5d676
examples/git.rs
@@ -130,7 +130,7 @@ fn main() {
130
.collect::<Vec<_>>();
131
println!("Calling out to {ext:?} with {args:?}");
132
}
133
- _ => unreachable!(), // If all subcommands are defined above, anything else is unreachabe!()
+ _ => unreachable!(), // If all subcommands are defined above, anything else is unreachable!()
134
135
136
// Continued program logic goes here...
0 commit comments