mirror of https://github.com/fafhrd91/actix-net
hide mpsc
This commit is contained in:
parent
789e6a8a46
commit
85515a2c78
|
@ -1,6 +1,9 @@
|
||||||
# Changes
|
# Changes
|
||||||
|
|
||||||
## Unreleased - 2021-xx-xx
|
## 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
|
## 3.0.0-beta.2 - 2021-02-06
|
||||||
|
|
|
@ -7,6 +7,6 @@
|
||||||
|
|
||||||
pub mod counter;
|
pub mod counter;
|
||||||
pub mod dispatcher;
|
pub mod dispatcher;
|
||||||
pub mod mpsc;
|
mod mpsc;
|
||||||
pub mod task;
|
pub mod task;
|
||||||
pub mod timeout;
|
pub mod timeout;
|
||||||
|
|
Loading…
Reference in New Issue