Remove async-std support (RIP)
This commit is contained in:
parent
57cb14ce38
commit
91996372cb
8 changed files with 13 additions and 104 deletions
|
|
@ -2,9 +2,6 @@
|
|||
#[cfg(feature = "tokio")]
|
||||
pub mod tokio;
|
||||
|
||||
#[cfg(feature = "async-std")]
|
||||
pub mod async_std;
|
||||
|
||||
#[cfg(feature = "smol")]
|
||||
pub mod smol;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue