mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-02-24 17:28:38 +01:00
Merge #133
133: Fix build on recent nightlies. r=japaric a=hugwijst Co-authored-by: Hugo van der Wijst <hvanderwijst@tesla.com>
This commit is contained in:
commit
60478f3623
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