mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-30 09:50:02 +00:00
Fix Rust codegen escaping field in tables. (#7659)
* Fix Rust codegen escaping field in tables. * other gencode * gencode * removed a debug print * regen code Co-authored-by: Casper Neo <cneo@google.com> Co-authored-by: Derek Bailey <derekbailey@google.com>
This commit is contained in:
@@ -10,4 +10,6 @@ pub mod keyword_test {
|
||||
pub use self::keywords_in_union_generated::*;
|
||||
mod keywords_in_table_generated;
|
||||
pub use self::keywords_in_table_generated::*;
|
||||
mod table_2_generated;
|
||||
pub use self::table_2_generated::*;
|
||||
} // keyword_test
|
||||
|
||||
Reference in New Issue
Block a user