Skip to content

Commit

Permalink
docs(guide): Generalize over VCSs
Browse files Browse the repository at this point in the history
This is a follow up to rust-lang#12382
  • Loading branch information
epage committed Aug 22, 2023
1 parent 5155d3f commit a3dc5a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/src/guide/cargo-toml-vs-cargo-lock.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ about them, here’s a summary:
* `Cargo.lock` contains exact information about your dependencies. It is
maintained by Cargo and should not be manually edited.

When in doubt, check `Cargo.lock` into git.
When in doubt, check `Cargo.lock` into the version control system (e.g. Git).
For a better understanding of why and what the alternatives might be, see
[“Why have Cargo.lock in version control?” in the FAQ](../faq.md#why-have-cargolock-in-version-control).
We recommend pairing this with
Expand Down

0 comments on commit a3dc5a1

Please sign in to comment.