aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2019-01-22 09:00:02 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2019-01-22 09:00:02 +0000
commit60478f3623340c96c955b04cfc03a40f42536660 (patch)
treeba8a7c7e8e9506e9d248ae735bbf2a3cf7766a6e
parent438a6207fb88d45f49554ba2a2fab230affff977 (diff)
parent45e98afbc1ea15335843542379dd439d2b601258 (diff)
Merge #133
133: Fix build on recent nightlies. r=japaric a=hugwijst Co-authored-by: Hugo van der Wijst <hvanderwijst@tesla.com>
-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 45c3e26..6c1baec 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> {