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 6562942 + 2b41dd4 commit 49c6465Copy full SHA for 49c6465
src/cargo/sources/git/utils.rs
@@ -722,7 +722,7 @@ pub fn fetch(
722
// repository. It could also fail, however, for a whole slew of other
723
// reasons (aka network related reasons). We want Cargo to automatically
724
// recover from corrupt repositories, but we don't want Cargo to stomp
725
- // over other legitimate errors.o
+ // over other legitimate errors.
726
//
727
// Consequently we save off the error of the `fetch` operation and if it
728
// looks like a "corrupt repo" error then we blow away the repo and try
0 commit comments