mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
late example now works with RacyCell (polish)
This commit is contained in:
parent
7c731fdbaf
commit
ff0c6a8d01
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ pub fn codegen(
|
||||||
}
|
}
|
||||||
));
|
));
|
||||||
|
|
||||||
let (ptr, doc) = if expr.is_none() {
|
let (ptr, _doc) = if expr.is_none() {
|
||||||
// late resource
|
// late resource
|
||||||
(
|
(
|
||||||
quote!(
|
quote!(
|
||||||
|
|
Loading…
Reference in a new issue