docs(ref): Remove redundant workspace description

This commit is contained in:
Ed Page 2022-09-13 14:03:02 -05:00 committed by Weihang Lo
parent cfd1c7eb4a
commit 5b950a3ecf
No known key found for this signature in database
GPG Key ID: D7DBF189825E82E7
1 changed files with 2 additions and 4 deletions

View File

@ -1,9 +1,7 @@
## Workspaces
A *workspace* is a collection of one or more packages that share common
dependency resolution (with a shared `Cargo.lock`), output directory, and
various settings such as profiles. Packages that are part of a workspaces are
called *workspace members*.
A *workspace* is a collection of one or more packages, called *workspace
members*, that are managed together.
The key points of workspaces are: