mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-12-03 16:57:14 +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
|
||||
|
||||
#[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