File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -268,7 +268,7 @@ pub(super) fn activation_error(
268
268
msg. push_str (
269
269
"\n As a reminder, you're using offline mode (-Z offline) \
270
270
which can sometimes cause surprising resolution failures, \
271
- if this error is too confusing you may with to retry \
271
+ if this error is too confusing you may wish to retry \
272
272
without the offline flag.",
273
273
) ;
274
274
}
Original file line number Diff line number Diff line change @@ -1062,7 +1062,7 @@ location searched: registry `[..]`
1062
1062
required by package `bar v0.1.0 ([..])`
1063
1063
As a reminder, you're using offline mode (-Z offline) \
1064
1064
which can sometimes cause surprising resolution failures, \
1065
- if this error is too confusing you may with to retry \
1065
+ if this error is too confusing you may wish to retry \
1066
1066
without the offline flag.",
1067
1067
)
1068
1068
. run ( ) ;
@@ -1288,7 +1288,7 @@ required by package `bar v0.1.0`
1288
1288
... which is depended on by `foo v0.0.1 ([CWD])`
1289
1289
As a reminder, you're using offline mode (-Z offline) \
1290
1290
which can sometimes cause surprising resolution failures, \
1291
- if this error is too confusing you may with to retry \
1291
+ if this error is too confusing you may wish to retry \
1292
1292
without the offline flag.",
1293
1293
)
1294
1294
. run ( ) ;
You can’t perform that action at this time.
0 commit comments