twilight-rs / twilight

Powerful, flexible, and scalable ecosystem of Rust libraries for the Discord API.
https://discord.gg/twilight-rs
ISC License
656 stars 130 forks source link

perf(model): Remove sequence from GatewayEventVisitor #2307

Closed Gelbpunkt closed 8 months ago

Gelbpunkt commented 8 months ago

This field was never used or exposed and cargo check/doc on recent nightlies started complaining about it. It is however exposed on the GatewayEvent parser so it cannot be removed there and it shouldn't.