mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
Fix syntax error in migration guide
This commit is contained in:
parent
f0273d1c0f
commit
1beeebd797
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ mod app {
|
|||
fn func() {
|
||||
super::some_crate::some_func();
|
||||
}
|
||||
};
|
||||
}
|
||||
```
|
||||
|
||||
## Move Dispatchers from `extern "C"` to app arguments.
|
||||
|
|
Loading…
Reference in a new issue