fix(rust): fixed rust namer isses, resolve #7865 and ##7782 (#7964)

Co-authored-by: Derek Bailey <derekbailey@google.com>
This commit is contained in:
sssooonnnggg
2023-05-18 01:54:49 +08:00
committed by GitHub
parent d64dc6200a
commit cb14043f82
13 changed files with 1329 additions and 1 deletions

View File

@@ -339,6 +339,12 @@ flatc(
schema="arrays_test.fbs",
)
flatc(
RUST_OPTS,
prefix="rust_namer_test",
schema="rust_namer_test.fbs",
)
flatc(
BASE_OPTS + PYTHON_OPTS,
schema="arrays_test.fbs",