summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2019-01-29 13:04:40 -0500
committerAndrew Gallant <jamslam@gmail.com>2019-01-29 13:04:40 -0500
commitcc93db3b1899fb4ad894472af5b88424ce0bb75a (patch)
treef36739b93a8e46d455b5fa6d0135b6cb69bf9757
parent049354b7661d0e4af4bc99a0a6c9e10c4b2b1aff (diff)
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.
-rw-r--r--Cargo.lock2
1 files changed, 2 insertions, 0 deletions
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"