Move send_message to message::send module
This commit is contained in:
parent
12e5299abf
commit
f6c47dd394
3 changed files with 30 additions and 10 deletions
|
|
@ -5,3 +5,4 @@
|
|||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
pub mod receive;
|
||||
pub mod send;
|
||||
|
|
|
|||
Loading…
Reference in a new issue