We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5155d3f + a3dc5a1 commit 4df5a17Copy full SHA for 4df5a17
src/doc/src/guide/cargo-toml-vs-cargo-lock.md
@@ -8,7 +8,7 @@ about them, here’s a summary:
8
* `Cargo.lock` contains exact information about your dependencies. It is
9
maintained by Cargo and should not be manually edited.
10
11
-When in doubt, check `Cargo.lock` into git.
+When in doubt, check `Cargo.lock` into the version control system (e.g. Git).
12
For a better understanding of why and what the alternatives might be, see
13
[“Why have Cargo.lock in version control?” in the FAQ](../faq.md#why-have-cargolock-in-version-control).
14
We recommend pairing this with
0 commit comments