From de3ec75bbd4461253be21cdd053246b496ea9eea Mon Sep 17 00:00:00 2001 From: Kristofer Rye Date: Sun, 10 Feb 2019 11:30:55 -0600 Subject: [PATCH] cargo: Include warning in lockfile about manual editing intention Since Cargo keeps putting it back, I don't see why not. It's a comment, after all. Signed-off-by: Kristofer Rye --- Cargo.lock | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.lock b/Cargo.lock index 608fa315..3a93dea4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,3 +1,5 @@ +# This file is automatically @generated by Cargo. +# It is not intended for manual editing. [[package]] name = "degreepath-auditor" version = "0.1.0"