@@ -329,7 +329,7 @@ fn public_dependency_filling_in_and_update() {
329
329
}
330
330
331
331
#[ test]
332
- fn public_dependency_skiping ( ) {
332
+ fn public_dependency_skipping ( ) {
333
333
// When backtracking due to a failed dependency, if Cargo is
334
334
// trying to be clever and skip irrelevant dependencies, care must
335
335
// the effects of pub dep must be accounted for.
@@ -346,7 +346,7 @@ fn public_dependency_skiping() {
346
346
}
347
347
348
348
#[ test]
349
- fn public_dependency_skiping_in_backtracking ( ) {
349
+ fn public_dependency_skipping_in_backtracking ( ) {
350
350
// When backtracking due to a failed dependency, if Cargo is
351
351
// trying to be clever and skip irrelevant dependencies, care must
352
352
// the effects of pub dep must be accounted for.
@@ -1127,11 +1127,11 @@ fn resolving_with_constrained_sibling_transitive_dep_effects() {
1127
1127
}
1128
1128
1129
1129
#[ test]
1130
- fn incomplete_information_skiping ( ) {
1130
+ fn incomplete_information_skipping ( ) {
1131
1131
// When backtracking due to a failed dependency, if Cargo is
1132
1132
// trying to be clever and skip irrelevant dependencies, care must
1133
1133
// be taken to not miss the transitive effects of alternatives.
1134
- // Fuzzing discovered that for some reason cargo was skiping based
1134
+ // Fuzzing discovered that for some reason cargo was skipping based
1135
1135
// on incomplete information in the following case:
1136
1136
// minimized bug found in:
1137
1137
// https://github.com/rust-lang/cargo/commit/003c29b0c71e5ea28fbe8e72c148c755c9f3f8d9
@@ -1176,11 +1176,11 @@ fn incomplete_information_skiping() {
1176
1176
}
1177
1177
1178
1178
#[ test]
1179
- fn incomplete_information_skiping_2 ( ) {
1179
+ fn incomplete_information_skipping_2 ( ) {
1180
1180
// When backtracking due to a failed dependency, if Cargo is
1181
1181
// trying to be clever and skip irrelevant dependencies, care must
1182
1182
// be taken to not miss the transitive effects of alternatives.
1183
- // Fuzzing discovered that for some reason cargo was skiping based
1183
+ // Fuzzing discovered that for some reason cargo was skipping based
1184
1184
// on incomplete information in the following case:
1185
1185
// https://github.com/rust-lang/cargo/commit/003c29b0c71e5ea28fbe8e72c148c755c9f3f8d9
1186
1186
let input = vec ! [
@@ -1245,11 +1245,11 @@ fn incomplete_information_skiping_2() {
1245
1245
}
1246
1246
1247
1247
#[ test]
1248
- fn incomplete_information_skiping_3 ( ) {
1248
+ fn incomplete_information_skipping_3 ( ) {
1249
1249
// When backtracking due to a failed dependency, if Cargo is
1250
1250
// trying to be clever and skip irrelevant dependencies, care must
1251
1251
// be taken to not miss the transitive effects of alternatives.
1252
- // Fuzzing discovered that for some reason cargo was skiping based
1252
+ // Fuzzing discovered that for some reason cargo was skipping based
1253
1253
// on incomplete information in the following case:
1254
1254
// minimized bug found in:
1255
1255
// https://github.com/rust-lang/cargo/commit/003c29b0c71e5ea28fbe8e72c148c755c9f3f8d9
0 commit comments