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:
bors[bot] 2021-07-02 05:13:09 +00:00 committed by GitHub
commit 13dc3992e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,7 +68,7 @@ mod app {
fn func() {
super::some_crate::some_func();
}
};
}
```
## Move Dispatchers from `extern "C"` to app arguments.