serenity-rs / songbird

An async Rust library for the Discord voice API
ISC License
391 stars 111 forks source link

Replace OnceCell with std::sync::OnceLock #207

Closed GnomedDev closed 10 months ago

GnomedDev commented 10 months ago

OnceCell got merged into the rust stdlib a while ago, so let's use it.