From 45e98afbc1ea15335843542379dd439d2b601258 Mon Sep 17 00:00:00 2001 From: Hugo van der Wijst Date: Thu, 17 Jan 2019 10:55:21 -0800 Subject: [PATCH] Fix build on recent nightlies. --- macros/src/codegen.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/macros/src/codegen.rs b/macros/src/codegen.rs index 45c3e263f7..6c1baeca1e 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> {