diff options
author | 2019-01-17 10:55:21 -0800 | |
---|---|---|
committer | 2019-01-17 10:55:21 -0800 | |
commit | 45e98afbc1ea15335843542379dd439d2b601258 (patch) | |
tree | ba8a7c7e8e9506e9d248ae735bbf2a3cf7766a6e /macros/src/codegen.rs | |
parent | 438a6207fb88d45f49554ba2a2fab230affff977 (diff) | |
download | rtic-45e98afbc1ea15335843542379dd439d2b601258.tar.gz rtic-45e98afbc1ea15335843542379dd439d2b601258.tar.zst rtic-45e98afbc1ea15335843542379dd439d2b601258.zip |
Fix build on recent nightlies.
Diffstat (limited to 'macros/src/codegen.rs')
-rw-r--r-- | macros/src/codegen.rs | 1 |
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> { |