mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-12-04 09:17:16 +01:00
Fix build on recent nightlies.
This commit is contained in:
parent
438a6207fb
commit
45e98afbc1
1 changed files with 1 additions and 0 deletions
|
@ -576,6 +576,7 @@ fn module(
|
||||||
#root
|
#root
|
||||||
|
|
||||||
#[doc = #doc]
|
#[doc = #doc]
|
||||||
|
#[allow(non_snake_case)]
|
||||||
pub mod #name {
|
pub mod #name {
|
||||||
/// Variables injected into this context by the `app` attribute
|
/// Variables injected into this context by the `app` attribute
|
||||||
pub struct Context<#lt> {
|
pub struct Context<#lt> {
|
||||||
|
|
Loading…
Reference in a new issue