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

@@ -78,6 +78,11 @@ mod arrays_test_generated;
#[path = "../../keyword_test/mod.rs"]
mod keyword_test_generated;
// Test rust namer, should not cause compiling issues
#[allow(dead_code, unused_imports, clippy::all)]
#[path = "../../rust_namer_test/mod.rs"]
mod rust_namer_test;
#[rustfmt::skip] // TODO: Use standard rust formatting and remove dead code.
#[allow(dead_code)]
mod flatbuffers_tests {