aboutsummaryrefslogtreecommitdiff
path: root/macros/src/codegen.rs
diff options
context:
space:
mode:
Diffstat (limited to 'macros/src/codegen.rs')
-rw-r--r--macros/src/codegen.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/macros/src/codegen.rs b/macros/src/codegen.rs
index 45c3e263..6c1baeca 100644
--- a/macros/src/codegen.rs
+++ b/macros/src/codegen.rs
@@ -576,6 +576,7 @@ fn module(
#root
#[doc = #doc]
+ #[allow(non_snake_case)]
pub mod #name {
/// Variables injected into this context by the `app` attribute
pub struct Context<#lt> {