Driver, Gateway: Remove tokio 0.2 support (#118)
* Remove tokio 0.2 compat * Remove tokio 0.2 test * Remove tokio 0.2 CI
This commit is contained in:
@@ -22,10 +22,7 @@ use serenity::{
|
||||
},
|
||||
};
|
||||
use std::sync::Arc;
|
||||
#[cfg(not(feature = "tokio-02-marker"))]
|
||||
use tokio::sync::Mutex;
|
||||
#[cfg(feature = "tokio-02-marker")]
|
||||
use tokio_compat::sync::Mutex;
|
||||
use tracing::debug;
|
||||
#[cfg(feature = "twilight")]
|
||||
use twilight_gateway::Cluster;
|
||||
|
||||
Reference in New Issue
Block a user