mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-27 14:04:56 +01:00
Merge #492
492: Fix syntax error in migration guide r=korken89 a=newAM Minor problem with a minor fix. Co-authored-by: Alex Martens <alexmgit@protonmail.com>
This commit is contained in:
commit
13dc3992e6
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