Clarify that you should not manually edit Cargo.lock
authorCarol (Nichols || Goulding) <carol.nichols@gmail.com>
Sun, 15 May 2016 14:28:40 +0000 (10:28 -0400)
committerCarol (Nichols || Goulding) <carol.nichols@gmail.com>
Sun, 15 May 2016 14:28:40 +0000 (10:28 -0400)
src/doc/guide.md

index d619fe11b388fcc1f999841020f6706654f3ec00..74160a50edcdf217f21fcb28cce96dc303c1ce1d 100644 (file)
@@ -246,7 +246,7 @@ description](manifest.html#the-project-layout).
 about them, here’s a summary:
 
 * `Cargo.toml` is about describing your dependencies in a broad sense, and is written by you.
-* `Cargo.lock` contains exact information about your dependencies, and is maintained by Cargo.
+* `Cargo.lock` contains exact information about your dependencies. It is maintained by Cargo and should not be manually edited.
 * If you’re building a library, put `Cargo.lock` in your `.gitignore`.
 * If you’re building an executable, check `Cargo.lock` into `git`.