hide mpsc

This commit is contained in:
Rob Ede 2021-02-24 10:00:02 +00:00
parent 789e6a8a46
commit 85515a2c78
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933
2 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,9 @@
# Changes
## Unreleased - 2021-xx-xx
* Hide `mpsc` mod. [#999]
[#999]: https://github.com/actix/actix-net/pull/999
## 3.0.0-beta.2 - 2021-02-06

View File

@ -7,6 +7,6 @@
pub mod counter;
pub mod dispatcher;
pub mod mpsc;
mod mpsc;
pub mod task;
pub mod timeout;