mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-27 14:04:56 +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
|
||||
|
||||
#[doc = #doc]
|
||||
#[allow(non_snake_case)]
|
||||
pub mod #name {
|
||||
/// Variables injected into this context by the `app` attribute
|
||||
pub struct Context<#lt> {
|
||||
|
|
Loading…
Reference in a new issue