One of my proto file's name ends with underscore (eg `foo_.proto`). In the `mod.rs` I get `pub mod foo;` So I manually change it to `pub mod foo_;`