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.
1 parent 100f01b commit ad6778dCopy full SHA for ad6778d
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