Skip to content

Commit

Permalink
Allow non snake case names for buffrs packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mara-schulke committed Aug 10, 2023
1 parent c701cb2 commit 387bfaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/generator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ pub async fn generate(language: Language) -> eyre::Result<()> {
#[macro_export]
macro_rules! include {
($package:expr) => {
#[allow(non_snake_case)]
::std::include!(concat!(
env!("CARGO_MANIFEST_DIR"),
"/proto/build/rust/",
Expand Down

0 comments on commit 387bfaa

Please sign in to comment.