From ff7bd4a9ee8e6ec4fac6e45178aa52768778446c Mon Sep 17 00:00:00 2001 From: Gnome! Date: Sat, 22 Feb 2025 16:22:12 +0000 Subject: [PATCH] Remove simd-json mention from top level docs (#271) --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 54ffec5..4c0a458 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -16,7 +16,6 @@ //! a `ConnectionInfo` using any other gateway, or language for your bot, then you //! can run the songbird voice driver. //! * Voice receive and RT(C)P packet handling via the `"receive"` feature. -//! * SIMD-accelerated JSON decoding via the `"simd-json"` feature. //! * And, by default, a fully featured voice system featuring events, queues, //! seeking on compatible streams, shared multithreaded audio stream caches, //! and direct Opus data passthrough from DCA files.