Skip to content
Commit 0e60fb47 authored by Shawn Tabrizi's avatar Shawn Tabrizi
Browse files

Rename decl_module to decl_dispatch

* Renamed all instances of `decl_module` to `decl_dispatch`
* added `$crate::` to all the macro uses so that it is automatically expored
* Created a forwarder macro which simply takes any existing usage of `decl_module` and forwards to `decl_dispatch`
* Added a deprecated flag to show a warning when `decl_module` is used
parent 45824913
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment