File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ are often surprised when Cargo attempts to fetch resources from the network, and
165
165
hence the request for Cargo to work offline comes up frequently.
166
166
167
167
Cargo, at its heart, will not attempt to access the network unless told to do
168
- so. That is, if no crates comes from crates.io, a git repository, or some other
168
+ so. That is, if no crates come from crates.io, a git repository, or some other
169
169
network location, Cargo will never attempt to make a network connection. As a
170
170
result, if Cargo attempts to touch the network, then it's because it needs to
171
171
fetch a required resource.
@@ -245,7 +245,7 @@ Some issues we've seen historically which can cause crates to get rebuilt are:
245
245
uses timestamps on files to govern whether rebuilding needs to happen, but if
246
246
you're using a nonstandard filesystem it may be affecting the timestamps
247
247
somehow (e.g. truncating them, causing them to drift, etc). In this scenario,
248
- feel free to open an issue and we can see if we can accomodate the filesystem
248
+ feel free to open an issue and we can see if we can accommodate the filesystem
249
249
somehow.
250
250
251
251
* A concurrent build process is either deleting artifacts or modifying files.
You can’t perform that action at this time.
0 commit comments