Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFC: Deduplicate Cargo workspace information #2906

Closed
Prev Previous commit
Next Next commit
More alternatives
alexcrichton committed Apr 14, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit d5dd8a7147aa4d3c58aad80774be98cbee78973d
3 changes: 3 additions & 0 deletions text/0000-cargo-workspace-deduplicate.md
Original file line number Diff line number Diff line change
@@ -619,6 +619,9 @@ Some alternative syntaxes:
* Instead of `foo = { workspace = true }` this could also be inferred from `foo
= {}`.

* Instead of `foo = { workspace = true }` this could be inferred from `foo =
"ws"` or similarly `foo = "workspace"`.

## Not including metadata by default

One possible change to the proposal as well is to not include missing metadata