Tracks: Replace RwLock<TypeMap> data store with Arc<dyn Any> (#219)

This commit is contained in:
Gnome!
2024-01-21 19:45:48 +00:00
committed by Kyle Simpson
parent 2bcc5223fe
commit 0d6a226910
4 changed files with 45 additions and 31 deletions

View File

@@ -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"))]