Generated Rust root crate source files contain the wrong path to the rust_root_crate.sh script.
Signed-off-by: Stefan Hajnoczi <[email protected]> --- scripts/rust/rust_root_crate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/rust/rust_root_crate.sh b/scripts/rust/rust_root_crate.sh index 975bddf7f1..f05b8d0210 100755 --- a/scripts/rust/rust_root_crate.sh +++ b/scripts/rust/rust_root_crate.sh @@ -4,7 +4,7 @@ set -eu cat <<EOF // @generated -// This file is autogenerated by scripts/rust_root_crate.sh +// This file is autogenerated by scripts/rust/rust_root_crate.sh EOF -- 2.51.0
