From eff6eb6b35844dc16a8679657cea50432d6a87d0 Mon Sep 17 00:00:00 2001 From: "Carol (Nichols || Goulding)" Date: Fri, 9 Apr 2021 14:15:34 -0400 Subject: [PATCH] docs: Fix instructions on what files are expected to change --- generated_types/regenerate-flatbuffers.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/generated_types/regenerate-flatbuffers.sh b/generated_types/regenerate-flatbuffers.sh index da61ba4e56..18031b19e3 100755 --- a/generated_types/regenerate-flatbuffers.sh +++ b/generated_types/regenerate-flatbuffers.sh @@ -21,7 +21,8 @@ FB_COMMIT="86401e078d0746d2381735415f8c2dfe849f3f52" # - Run this script to regenerate the corresponding Rust code. # - Run `cargo test` to make sure everything works as you would expect. -# - Check in the changes to the generated code along with your changes to the `*.fbs` files. +# - Check in the changes to the generated code along with your changes to the `Cargo.lock` file and +# this script. DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" pushd $DIR