From cc93db3b1899fb4ad894472af5b88424ce0bb75a Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Tue, 29 Jan 2019 13:04:40 -0500 Subject: [PATCH] cargo: include auto-generated message This is going to be annoying for a while if one switches between the latest nightly compiler and older compilers. Sigh. --- Cargo.lock | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.lock b/Cargo.lock index 50bf552c..cc2b9322 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 = "aho-corasick" version = "0.6.9"