serenity-rs / serenity

A Rust library for the Discord API.
https://discord.gg/serenity-rs
ISC License
4.65k stars 571 forks source link

Workaround Rust Analyzer issues with CacheRef #2907

Closed GnomedDev closed 2 months ago

GnomedDev commented 2 months ago

Seems like Rust Analyzer falls over with the default type argument in CacheRef, so let's try providing it explicitly when possible.