mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-30 05:20:01 +00:00
Started implementation for private flags in rust (#7269)
Adds flag to the cpp to fix bad annotations in all the languages Addresses comments to the PR, and fixes logic for leaking annotations
This commit is contained in:
11
tests/private_annotation_test/mod.rs
Normal file
11
tests/private_annotation_test/mod.rs
Normal file
@@ -0,0 +1,11 @@
|
||||
// Automatically generated by the Flatbuffers compiler. Do not modify.
|
||||
mod ab_generated;
|
||||
pub use self::ab_generated::*;
|
||||
mod any_generated;
|
||||
pub use self::any_generated::*;
|
||||
mod object_generated;
|
||||
pub use self::object_generated::*;
|
||||
mod game_generated;
|
||||
pub use self::game_generated::*;
|
||||
mod annotations_generated;
|
||||
pub use self::annotations_generated::*;
|
||||
Reference in New Issue
Block a user