Files
songbird/src/input/adapters/async_adapter.rs
Kyle Simpson ec665a8f87 Fix: Ringbuf patch release requires explicit type param
Ringbuf 0.4.2 onwards adds in a new storage type for `SharedRb`.
Unfortunately, this is handled in such a way that we fail to
compile because an explicit type parameter is required to
disambiguate the method in question.
2024-08-17 23:01:51 +01:00

12 KiB