mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 04:04:19 +00:00
* Remove dead code in idl_gen_rust * Use 2space indentation in mod.rs * use In/DecrementIdentValue in idl_gen_rust Fix some whitespace too in generated code. * make default fn 2space ident * More 2space formatting * git clang format * make vs2015 happy Co-authored-by: Casper Neo <cneo@google.com>
9 lines
284 B
Rust
9 lines
284 B
Rust
// Automatically generated by the Flatbuffers compiler. Do not modify.
|
|
pub mod optional_scalars {
|
|
use super::*;
|
|
mod optional_byte_generated;
|
|
pub use self::optional_byte_generated::*;
|
|
mod scalar_stuff_generated;
|
|
pub use self::scalar_stuff_generated::*;
|
|
} // optional_scalars
|