Fix syntax error in migration guide

This commit is contained in:
Alex Martens 2021-07-01 17:09:07 -07:00
parent f0273d1c0f
commit 1beeebd797

View file

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