projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
999cba1
)
Recover typo fix from 95fa8fe027ba080f5f5cb336c8a7d31d046bbf4b
author
Peter Marheine
<peter@taricorp.net>
Mon, 8 Jan 2018 05:07:25 +0000
(16:07 +1100)
committer
Peter Marheine
<peter@taricorp.net>
Mon, 8 Jan 2018 05:07:25 +0000
(16:07 +1100)
Lost in
1271bb4de0c0e0a085be239c2418af9c673ffc87
src/doc/src/guide/build-cache.md
patch
|
blob
|
history
diff --git
a/src/doc/src/guide/build-cache.md
b/src/doc/src/guide/build-cache.md
index f3b62e700d62a16cd70e7c1ace645c3c4371f10f..d253b8acc4d334e3aa2e7b46fab581bf4309b291 100644
(file)
--- a/
src/doc/src/guide/build-cache.md
+++ b/
src/doc/src/guide/build-cache.md
@@
-1,6
+1,6
@@
## Build cache
-Cargo shares build artifacts among all the packages of a single workspace
s
.
+Cargo shares build artifacts among all the packages of a single workspace.
Today, Cargo does not share build results across different workspaces, but
a similar result can be achieved by using a third party tool, [sccache].