Tracks: Replace RwLock<TypeMap> data store with Arc<dyn Any> (#219)
This commit is contained in:
@@ -112,8 +112,6 @@ mod ws;
|
||||
pub use discortp as packet;
|
||||
#[cfg(feature = "driver")]
|
||||
pub use serenity_voice_model as model;
|
||||
#[cfg(feature = "driver")]
|
||||
pub use typemap_rev as typemap;
|
||||
|
||||
// Re-export serde-json APIs locally to minimise conditional config elsewhere.
|
||||
#[cfg(not(feature = "simd-json"))]
|
||||
|
||||
Reference in New Issue
Block a user