flatbuffers icon indicating copy to clipboard operation
flatbuffers copied to clipboard

[Rust] Module import statements generated in wrong case

Open andygrove opened this issue 7 years ago • 0 comments

The generated mod.rs file for my project contains mod and pub use statements with lower case names:

mod dateunit;
pub use self::dateunit::*;

However, the generated module is named DateUnit.rs

andygrove avatar May 18 '18 13:05 andygrove